Comment 29 for bug 1316970

Revision history for this message
Dan Streetman (ddstreet) wrote :

Seyeong,

can you check this updated debdiff to verify it still fixes the mem leak?

I reverted the free->g_free changes that I previously suggested, as you were correct - the existing code uses chars and normal free() so we should stick with that, i was wrong to suggest using g_free().

Also I removed one of the free() that did not seem correct per the docs.