Oop, clear complex entries when we clear.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4119 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-16 01:53:23 +00:00
parent 8604a4ac6a
commit 470c46acf5
+1
View File
@@ -17,6 +17,7 @@ public class HashMap
public function clear () :void public function clear () :void
{ {
_simpleData = null; _simpleData = null;
_entries = null;
_size = 0; _size = 0;
} }