]> granicus.if.org Git - php/commitdiff
- fix crash when using blob_in_file mode (danny).
authorDanny Heijl <danny@php.net>
Thu, 9 Nov 2000 19:34:31 +0000 (19:34 +0000)
committerDanny Heijl <danny@php.net>
Thu, 9 Nov 2000 19:34:31 +0000 (19:34 +0000)
ext/informix/ifx.ec

index 79e0ccf15d502f78e624da96c9956f0b21bc232f..ff1ab84237872921defa8b49978c3f6e4c437df0 100644 (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;