]> git.cworth.org Git - mnemon/commit
Fix giant memory waste in menmon_get_bin
authorCarl Worth <cworth@cworth.org>
Tue, 17 Apr 2007 22:04:46 +0000 (15:04 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 17 Apr 2007 22:04:46 +0000 (15:04 -0700)
commit3798e9e4f004ee61392de72e5e0f6020d982c870
tree27403f8bb719fcbe577aa6ff9c5cd7ccc19597ce
parentabd2230ad0fc47109cbc97a767b87e70f459b053
Fix giant memory waste in menmon_get_bin

We were doubling the storage every time we failed to find a bin
present, whether or not we actually needed any more storage (oops!).
mnemon.c