aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/capture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/capture.c b/ui/capture.c
index 590c33a7b5..8113c67166 100644
--- a/ui/capture.c
+++ b/ui/capture.c
@@ -686,6 +686,8 @@ capture_stat_start(capture_options *capture_opts) {
sc->cache_list = g_list_append(sc->cache_list, sc_item);
}
}
+ } else {
+ g_free(msg); /* XXX: should we display this to the user ? */
}
return sc;
}