diff options
| author | foobar <sniper@php.net> | 2005-01-08 12:02:22 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-01-08 12:02:22 +0000 |
| commit | 9ea10c5cecb49d2c9d5c513522b0ceba382ae8d5 (patch) | |
| tree | 56fb6b6554d802173dc515d1b799bb0e28b97c69 /ext/snmp/php_snmp.h | |
| parent | 688baca5a5bf27173c189c6a7ba01533dad80a7b (diff) | |
| download | php-git-9ea10c5cecb49d2c9d5c513522b0ceba382ae8d5.tar.gz | |
- Fix some memory leaks
Diffstat (limited to 'ext/snmp/php_snmp.h')
| -rw-r--r-- | ext/snmp/php_snmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
