mirror of
https://github.com/php/php-src.git
synced 2025-01-21 11:13:38 +08:00
- fix crash when using blob_in_file mode (danny).
This commit is contained in:
parent
eaad937f84
commit
a46f36a564
@ -3782,7 +3782,7 @@ static char* php3_intifx_create_tmpfile(long bid) {
|
||||
|
||||
sprintf(filename,"blb%d",(int)bid);
|
||||
blobfile=tempnam(blobdir,filename);
|
||||
free(blobdir);
|
||||
/* free(blobdir); */
|
||||
|
||||
if (blobfile == NULL)
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user