Kaydet (Commit) 5bc4abe0 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

replace missing zalloc initialization (test_zlib now runs

successfully)
üst 36252022
......@@ -81,6 +81,7 @@ PyZlib_compress(self, args)
return NULL;
}
zst.zalloc=(alloc_func)NULL;
zst.zfree=(free_func)Z_NULL;
zst.next_out=(Byte *)output;
zst.next_in =(Byte *)input;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment