]> Cypherpunks repositories - gostls13.git/commit
image/png: don't use a goroutine to decode. This was preventing
authorNigel Tao <nigeltao@golang.org>
Fri, 9 Sep 2011 23:51:13 +0000 (09:51 +1000)
committerNigel Tao <nigeltao@golang.org>
Fri, 9 Sep 2011 23:51:13 +0000 (09:51 +1000)
commita5d0b7ee3e39f83b6077b4c9d5fe20234bb02775
treef6f2fae2116acf61ebdf62506254ea263093905f
parent3bc2d0f20bd6ae91dd1f724a9ac10baddd7abad4
image/png: don't use a goroutine to decode. This was preventing
decoding during an init function.

Fixes #2224.

R=rsc
CC=golang-dev
https://golang.org/cl/4964070
src/pkg/image/png/reader.go
src/pkg/image/png/writer.go