]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof/internal/profile: fix missing error check
authorDave Cheney <dave@cheney.net>
Tue, 2 Jun 2015 03:28:33 +0000 (13:28 +1000)
committerDave Cheney <dave@cheney.net>
Tue, 2 Jun 2015 05:25:52 +0000 (05:25 +0000)
commit1831e1ec3725c987c42aef81264433a219756226
tree7c81720a7db16d40813bd18173021dc546ad9fd2
parent26301b6cfda5888a625c546e57024ac28336ac18
cmd/pprof/internal/profile: fix missing error check

Fix missing error check.

Spotted by Gordon Klass, https://groups.google.com/forum/#!topic/golang-nuts/MdDLbvOjb4o

Change-Id: I453a0cf032e0077d2622d5b85030310d159b9c4b
Reviewed-on: https://go-review.googlesource.com/10606
Reviewed-by: Nigel Tao <nigeltao@golang.org>
src/cmd/pprof/internal/profile/profile.go