10 lines
152 B
Diff
10 lines
152 B
Diff
--- src/gmdb2/info.c
|
|
+++ src/gmdb2/info.c
|
|
@@ -71,4 +71,6 @@
|
|
gtk_label_set_text(GTK_LABEL(label), tmpstr);
|
|
|
|
g_free(filepath);
|
|
+
|
|
+ return NULL;
|
|
}
|