Fix crash

# This is getting worse... Seems that more work is needed
This commit is contained in:
Stanislav Malyshev 2000-09-05 19:29:03 +00:00
parent eb32144902
commit 20a6474eae
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@
+----------------------------------------------------------------------+
*/
#include "php.h"
#include <sys/stat.h>

View file

@ -108,7 +108,7 @@ static PHP_INI_MH(OnUpdateStringCopy)
p = (char **) (base+(size_t) mh_arg1);
if(*p) {
if(*p && stage != PHP_INI_STAGE_STARTUP) {
STR_FREE(*p);
}