1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

core: fix use of uninitialized variable in hdata_get_var_array_size

This commit is contained in:
Sebastien Helleu
2012-08-14 19:16:27 +02:00
parent f39bd3128c
commit 4fb991d07c
+1
View File
@@ -219,6 +219,7 @@ hdata_get_var_array_size (struct t_hdata *hdata, void *pointer,
i = 0;
while (1)
{
ptr_value = NULL;
switch (type)
{
case WEECHAT_HDATA_STRING: