aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1ae8449..cfa6bf1 100644
--- a/main.c
+++ b/main.c
@@ -321,7 +321,7 @@ tag_reader_uri_scanned_cb (OwlTagReader *tag_reader,
{
GtkTreeModel *tree_model;
GtkTreeIter iter;
- char *title, *artist;
+ char *title = NULL, *artist = NULL;
if (error) {
g_warning (error->message);