From: Carl Worth Date: Tue, 17 Apr 2007 22:04:46 +0000 (-0700) Subject: Fix giant memory waste in menmon_get_bin X-Git-Url: https://git.cworth.org/git?p=mnemon;a=commitdiff_plain;h=3798e9e4f004ee61392de72e5e0f6020d982c870;hp=3798e9e4f004ee61392de72e5e0f6020d982c870 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!). ---