(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 25 Apr 2013 07:24:22 +0000 (07:24 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 25 Apr 2013 07:24:22 +0000 (07:24 +0000)
src/ttrss.c

index ecde0a5..30a067c 100644 (file)
@@ -80,7 +80,7 @@ const char *ttrss_get_headline_content(struct headline *h)
                                        file_set_content(path, h->content);
                        }
                        
-                       free(path);
+                       g_free(path);
                }
        }