]> git.0d.be Git - empathy.git/commit
accounts-dialog: avoid leaking the account status message
authorRob Bradford <rob@linux.intel.com>
Thu, 3 Jun 2010 13:24:21 +0000 (14:24 +0100)
committerRob Bradford <rob@linux.intel.com>
Thu, 3 Jun 2010 13:57:32 +0000 (14:57 +0100)
commit55b79bd79477ddb3be777d760e19fa1bc468e56b
treeafb92542a4e78d9f7abdc03bc21d9881483d2433
parentff6007612e6560514dbd6a5a581475d72de8c29d
accounts-dialog: avoid leaking the account status message

Originally this function mixed const and allocated strings using the same
variable, resulting in leaks. This change refactors the code slightly to
prevent such leaks.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620476
src/empathy-accounts-dialog.c