]> git.cworth.org Git - notmuch/commitdiff
lib/message-file: close stream in destructor
authorDavid Bremner <david@tethera.net>
Fri, 10 May 2019 00:23:24 +0000 (21:23 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 10 May 2019 15:26:50 +0000 (12:26 -0300)
Without this,

$ make time-test OPTIONS=--small

leads to fatal errors from too many open files.

Thanks to st-gourichon-fid for bringing this problem to my attention in IRC.


No differences found