mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
d14df17390
This will be removed once the libtidy developers release a patched version of their library (or we start bundling the patched version).
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
--- config.c Mon Jun 9 04:07:55 2003
|
|
+++ config.c Sun Sep 21 16:13:04 2003
|
|
@@ -719,7 +719,8 @@
|
|
}
|
|
|
|
fclose( fin );
|
|
- MemFree( cfg->cfgIn );
|
|
+ MemFree( cfg->cfgIn->source.sourceData );
|
|
+ MemFree( cfg->cfgIn );
|
|
cfg->cfgIn = NULL;
|
|
}
|
|
|