]> Cypherpunks repositories - gostls13.git/commit
runtime: only clear key string's pointer in mapdelete_faststr
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 26 Aug 2017 13:55:34 +0000 (06:55 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 28 Aug 2017 18:57:02 +0000 (18:57 +0000)
commitdc10aeeff853c2156c1290144d5a004e03b91b76
tree22ec4cef2dda534b676f0565bb69374ddadf10e3
parent8adaf68570eef206ca8720d5c0c861e04d2a0108
runtime: only clear key string's pointer in mapdelete_faststr

Change-Id: I0360d294868ec4423e4ae036009fac4e72425c9c
Reviewed-on: https://go-review.googlesource.com/59152
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/hashmap_fast.go