qpkg/gobble.c (gobble_buf): initialize pkg->conflicts and pkg->depends

This commit is contained in:
Werner Almesberger
2010-11-19 21:53:43 -03:00
parent e1814ce372
commit af27092667
+1
View File
@@ -267,6 +267,7 @@ package:
pkg->more = pkg->id->value;
pkg->id->value = pkg;
pkg->version = NULL;
pkg->conflicts = pkg->depends = NULL;
pkg->filename = NULL;
pkg->installed = 0;
pkg->mark = 0;