We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e7119 commit 40a3aecCopy full SHA for 40a3aec
1 file changed
src/proxy_lib/proxy_lib.c
@@ -170,13 +170,6 @@ static int get_system_allocator_symbols(void) {
170
return 0;
171
}
172
173
- *((void **)(&System_aligned_alloc)) = NULL;
174
- *((void **)(&System_calloc)) = NULL;
175
- *((void **)(&System_free)) = NULL;
176
- *((void **)(&System_malloc)) = NULL;
177
- *((void **)(&System_malloc_usable_size)) = NULL;
178
- *((void **)(&System_realloc)) = NULL;
179
-
180
return -1;
181
182
#endif /* _WIN32 */
0 commit comments