]> Cypherpunks repositories - gostls13.git/commit
runtime: Fix panic when trying to stop CPU profiling with profiler turned off
authorEmil Hessman <c.emil.hessman@gmail.com>
Mon, 6 Jan 2014 17:53:55 +0000 (09:53 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 6 Jan 2014 17:53:55 +0000 (09:53 -0800)
commitaeeda707ffdcd29efdec510ffe40061384b0dfdf
treeec78ac948eee3477ca6db64c180df6ff74cfc05b
parent79653e412132c02b455ea010733c3adfe40c7313
runtime: Fix panic when trying to stop CPU profiling with profiler turned off

Fixes #7063.

R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/47950043
src/pkg/runtime/cpuprof.c
src/pkg/runtime/runtime_test.go