The unified diff between revisions [9b7501fc..] and [43dd8f6e..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'modules/comp_zlib/zlib.cpp'
#
#
# patch "modules/comp_zlib/zlib.cpp"
# from [d3fba64825d528376f05abfbed84d8b60c979b22]
# to [6c9406aff51381ad31d0624b76e5be347207dfc4]
#
============================================================
--- modules/comp_zlib/zlib.cpp d3fba64825d528376f05abfbed84d8b60c979b22
+++ modules/comp_zlib/zlib.cpp 6c9406aff51381ad31d0624b76e5be347207dfc4
@@ -21,7 +21,7 @@ class Zlib_Alloc_Info
std::map<void*, u32bit> current_allocs;
Allocator* alloc;
- Zlib_Alloc_Info() { alloc = get_allocator(); }
+ Zlib_Alloc_Info() { alloc = Allocator::get(false); }
};
/*************************************************