Browse Source

Merge pull request #174 from remicollet/issue-172

add missing init
viest 5 years ago
parent
commit
ce86a77612
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kernel/read.c

+ 1 - 0
kernel/read.c

@@ -229,6 +229,7 @@ int sheet_cell_callback (size_t row, size_t col, const char *value, void *callba
             }
         }
 
+        ZVAL_NULL(&args[2]);
         data_to_custom_type(value, _type, &args[2]);
     }