Explorar o código

add missing init

Remi Collet %!s(int64=5) %!d(string=hai) anos
pai
achega
3a075e77c6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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]);
     }