GNOME Bugzilla – Bug 620476
accounts_dialog_update_status_infobar mixes const and allocated strings for message
Last modified: 2010-06-03 14:00:03 UTC
The variable "message" defined as a const gchar * is often assigned a newly allocated string in this function. This results in those strings being leaked. I will prepare a patch to resolve this.
Created attachment 162649 [details] [review] Patch to fix
Review of attachment 162649 [details] [review]: ++ for both branches. Thanks!
Merged to both thanks!