GNOME Bugzilla – Bug 726992
Memory leak in cr-term.c
Last modified: 2015-10-30 08:09:02 UTC
The attached patch fixes a memory leak in cr_term.c. A few lines above, content is allocated by g_strndup but it is not always freed again.
Created attachment 272816 [details] [review] Patch for memory leak
There's a second memory leak I forgot in the first patch.
Created attachment 272819 [details] [review] Patch for second memory leak
Pushed as https://git.gnome.org/browse/libcroco/commit/?id=d8f9915a62aa14d49170180367c07c449833ae02 Please next time attach format patches so it is easier to give you the credit. Thanks.