Crashing in RSS code probably fixed. Memory leak in prss fixed.
[monky] / src / prss.h
index 89fa771..cb43b53 100644 (file)
@@ -50,7 +50,9 @@ typedef struct PRSS_ {
 /* Functions for parsing RSS-data */
 PRSS* prss_parse_data(const char *xml_data);
 PRSS* prss_parse_file(const char *xml_file);
-PRSS* prss_parse_doc(xmlDocPtr doc);
+
+// Works wrong currently when called from application!
+//PRSS* prss_parse_doc(xmlDocPtr doc);
 
 /* Frees the PRSS-stucture returned by prss_parse_*.
  * The memory area pointed by data becomes invalid