- fix crash when using blob_in_file mode (danny).

This commit is contained in:
Danny Heijl 2000-11-09 19:34:31 +00:00
parent eaad937f84
commit a46f36a564

View File

@ -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;