Init variable to NULL before passing to zpp

This commit is contained in:
Bob Weinand 2015-07-14 01:55:32 +02:00
parent 51ce31e0c4
commit 07c425cc29

View File

@ -447,7 +447,7 @@ static PHP_FUNCTION(phpdbg_end_oplog)
phpdbg_oplog_entry *cur = PHPDBG_G(oplog_list)->start;
phpdbg_oplog_list *prev = PHPDBG_G(oplog_list)->prev;
HashTable *options;
HashTable *options = NULL;
zval *option_buffer;
zend_bool by_function = 0;
zend_bool by_opcode = 0;