From: Kalle Sommer Nielsen Date: Fri, 19 Jun 2009 22:12:20 +0000 (+0000) Subject: Fix memleak X-Git-Tag: php-5.4.0alpha1~191^2~3282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6442cfaaf6b3c922cc6dd96497bb4b8d4ff347b1;p=php Fix memleak --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 07bc5b930f..c853158301 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1877,7 +1877,6 @@ PHP_FUNCTION(imagegrabwindow) pPrintWindow(window, memDC, (UINT) client_area); } else { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Windows API too old"); - RETURN_FALSE; goto clean; }