Skip to content

Commit b845244

Browse files
author
Scott MacVicar
committed
Missed variable declaration.
1 parent db907e5 commit b845244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/fileinfo/fileinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ PHP_FILEINFO_API zend_object_value finfo_objects_new(zend_class_entry *class_typ
9999
{
100100
zend_object_value retval;
101101
struct finfo_object *intern;
102+
zval *tmp;
102103

103104
intern = emalloc(sizeof(struct finfo_object));
104105

0 commit comments

Comments
 (0)