Created attachment 468 [details] proposed patch In several places, the code in the std.zlib concatenates void[] arrays. This causes allocation of data incorrectly marked as possibly containing pointers. This bug is the main source of severe memory leaks in my application, thus it is marked as "critical".
Fixed SVN.