Does not release path got from IRI.
[cascardo/atompub.git] / backend / files / giochannel.c
index 669165f..f4e876a 100644 (file)
@@ -26,7 +26,6 @@ gchar *giochannel_iri_to_filename (AtomCtx *ctx, IRI *iri)
   gchar *path = iri_get_path (iri);
   gchar *filename = g_build_filename (root, path, NULL);
   g_free (root);
-  g_free (path);
   return filename;
 }