Comment 2 for bug 1194871

Revision history for this message
suresh (suresh-meetsme) wrote :

Hi

Some more information I found by the time.

I found that copy-doc function eats the memory when actually final svg copied to the original document. So I think we need to find some other work around to copy the document into original document.

Also while searching for the GSList I found this http://gtk.10911.n7.nabble.com/really-freeing-the-memory-allocated-by-g-slist-td60323.html

I have explore the code and I found that inkscape use g_slist_free function to free the GSList, however the above link stats that is require to use g_slist_foreach to free the data element.

Please somebody conform this bug so that we can move ahead.