Skip to content

Commit 9d27d0a

Browse files
committed
trying rapidly @nielsdos last suggestion, seems working
1 parent 2c46d83 commit 9d27d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/snmp/snmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ static void php_free_objid_query(struct objid_query *objid_query, HashTable* oid
642642
if (!arg->oid) {
643643
break;
644644
}
645-
if (value_ht && !value_str) {
645+
if (value_ht) {// && !value_str) {
646646
php_snmp_zend_string_release_from_char_pointer(arg->value);
647647
}
648648
php_snmp_zend_string_release_from_char_pointer(arg->oid);

0 commit comments

Comments
 (0)