aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/meta.c')
-rw-r--r--src/plugins/fs/meta.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fs/meta.c b/src/plugins/fs/meta.c
index d6014697..cb32959c 100644
--- a/src/plugins/fs/meta.c
+++ b/src/plugins/fs/meta.c
@@ -318,6 +318,7 @@ void handleMetaDataListUpdate(GladeXML * xml,
318 META_VALUE, value, 318 META_VALUE, value,
319 -1); 319 -1);
320 gtk_entry_set_text(GTK_ENTRY(entryLine), ""); 320 gtk_entry_set_text(GTK_ENTRY(entryLine), "");
321 FREENONNULL(stype);
321 DEBUG_END(); 322 DEBUG_END();
322} 323}
323 324
@@ -349,6 +350,7 @@ struct ECRS_MetaData * getMetaDataFromList(GladeXML * xml,
349 ECRS_addToMetaData(meta, 350 ECRS_addToMetaData(meta,
350 type, 351 type,
351 mvalue); 352 mvalue);
353 FREENONNULL(mvalue);
352 } while (gtk_tree_model_iter_next(metamodel, 354 } while (gtk_tree_model_iter_next(metamodel,
353 &iter)); 355 &iter));
354 } 356 }