]> granicus.if.org Git - php/commitdiff
fixed tiny leak
authorThies C. Arntzen <thies@php.net>
Sat, 4 Dec 1999 12:06:32 +0000 (12:06 +0000)
committerThies C. Arntzen <thies@php.net>
Sat, 4 Dec 1999 12:06:32 +0000 (12:06 +0000)
ext/oci8/oci8.c

index f2d661636ec1a02c0eb3db107ac039ffc71faedd..59df252912ee02c4b5fcc89f8166be9083a6bf47 100644 (file)
@@ -2229,6 +2229,7 @@ PHP_FUNCTION(ocidefinebyname)
                efree(define);
                define = tmp_define;
        } else {
+               efree(define);
                RETURN_FALSE;
        }