zlib

Vladimir Panteleev vladimir at thecybershadow.net
Sun Sep 25 20:08:18 PDT 2011


On Mon, 26 Sep 2011 06:04:20 +0300, alex <ask at 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:vladimir at thecybershadow.net


More information about the Digitalmars-d-learn mailing list