summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-11-23 22:11:59 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-11-23 22:11:59 +0000
commit4124672edfa44dc5585122fd2ef9650817206e14 (patch)
treea75d856632171b19908912f48333710094c937a9 /ext/gd/php_gd.h
parent1019b2ea94a9367479baddf1828365e09d0e4e4b (diff)
downloadphp-git-4124672edfa44dc5585122fd2ef9650817206e14.tar.gz
Fixed leaks. Other leaks are originated in libgd.
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index b42a34da9a..0ac89c2a38 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -58,6 +58,7 @@ extern zend_module_entry gd_module_entry;
PHP_MINFO_FUNCTION(gd);
PHP_MINIT_FUNCTION(gd);
PHP_MSHUTDOWN_FUNCTION(gd);
+PHP_RSHUTDOWN_FUNCTION(gd);
PHP_FUNCTION(gd_info);
PHP_FUNCTION(imagearc);