On Mon, 26 Sep 2011 06:04:20 +0300, alex <a...@nospam.com> wrote:

I get strange things like out of memory errors upon execution.

That's most likely due to std.zlib allocating in its destructor[1]. I'd think such cases should be quite rare - IIRC it should only happen when a Zlib stream is garbage-collected and encountered an error when closing the stream.

[1]: http://stackoverflow.com/questions/7323393

--
Best regards,
 Vladimir                            mailto:vladi...@thecybershadow.net
  • zlib alex
    • Re: zlib Vladimir Panteleev

Reply via email to