pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-18
2014-08-18 17:45:20 by Martin Nilsson <nilsson@opera.com>
6f40e7050db08d35270f87dc43b880b3ca0c49af (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Now works with dmalloc again.
98:
{ if( master_file_location != _master_location+CONSTANT_STRLEN(MASTER_COOKIE)) free(master_file_location);
+
#undef strdup /* We can't use dmalloc strdup before pike_memory is initialized. */
master_file_location = strdup( file ); }