GNOME Bugzilla – Bug 779293
Various fixes for 1.47.91
Last modified: 2017-02-28 00:00:24 UTC
Misc patches for the upcoming release for maintenance issues that I encountered while investigating other things.
Created attachment 346780 [details] [review] tests: Correct skip message
Created attachment 346781 [details] [review] fundamental: Root constructor name This did not cause any problems so far, but we should be rooting the constructor name jsid output parameter while finding the correct jsid to fill it with.
Created attachment 346782 [details] [review] maint: Fix memory leaks Some memory leaks uncovered by Valgrind.
Review of attachment 346780 [details] [review]: Ok
Review of attachment 346781 [details] [review]: Looks good
Review of attachment 346782 [details] [review]: Sure
Attachment 346780 [details] pushed as b0cb2a9 - tests: Correct skip message Attachment 346781 [details] pushed as 48dc12c - fundamental: Root constructor name Attachment 346782 [details] pushed as 165b5b9 - maint: Fix memory leaks