]> Sergey Matveev's repositories - public-inbox.git/commit
searchidxshard: clear $msgref buffer properly
authorEric Wong <e@yhbt.net>
Sat, 22 Aug 2020 06:06:23 +0000 (06:06 +0000)
committerEric Wong <e@yhbt.net>
Sun, 23 Aug 2020 00:13:59 +0000 (00:13 +0000)
commita279d43a0a9fce97936ebb9facd89662bfcd5a23
tree4ba83f7663ae9038aea992a7aa63059d62ca21e2
parent99404a3bc0ab01b4f10ea698d88642b2ebc932e1
searchidxshard: clear $msgref buffer properly

Merely assigning `undef' to a scalar does not free the
underlying buffer memory of a scalar.
lib/PublicInbox/SearchIdxShard.pm