]> git.cworth.org Git - mnemon/commit
Wait until category is complete before adding items to bins
authorCarl Worth <cworth@cworth.org>
Tue, 17 Apr 2007 17:57:51 +0000 (10:57 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 17 Apr 2007 17:57:51 +0000 (10:57 -0700)
commitc456eaba63d93aa02a184e4ead0c85fed3827bee
tree26295d06ea88381b20b21d2c76d66ce93968dae1
parent8fd535c47965358c4e0856aaf03e99ad30a866b9
Wait until category is complete before adding items to bins

Otherwise the category will keep reallocing the items array which
means the pointers to each item won't be stable so we must not
save them into bins.
mnemon.c