summaryrefslogtreecommitdiff
path: root/src/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.c')
-rw-r--r--src/group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/group.c b/src/group.c
index 9ec9e69..ff03488 100644
--- a/src/group.c
+++ b/src/group.c
@@ -485,8 +485,8 @@ HAPI int group_add_livebox(const char *group, const char *pkgname)
{
struct cluster *cluster;
struct category *category;
- struct context_info *info;
- struct context_item *item;
+ struct context_info *info = NULL;
+ struct context_item *item = NULL;
char *key;
char *name;
char *ptr;