From 9ea10c5cecb49d2c9d5c513522b0ceba382ae8d5 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 8 Jan 2005 12:02:22 +0000 Subject: - Fix some memory leaks --- ext/snmp/php_snmp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/snmp/php_snmp.h') diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index e923ca11a3..6a33b7ba19 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -39,6 +39,7 @@ extern zend_module_entry snmp_module_entry; #endif PHP_MINIT_FUNCTION(snmp); +PHP_MSHUTDOWN_FUNCTION(snmp); PHP_MINFO_FUNCTION(snmp); PHP_FUNCTION(snmpget); -- cgit v1.2.1