[Goodies-dev] [Bug 4212] Crashes on exit

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue Sep 30 22:25:38 CEST 2008


http://bugzilla.xfce.org/show_bug.cgi?id=4212


timystery <timystery at arcor.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timystery at arcor.de




--- Comment #5 from timystery <timystery at arcor.de>  2008-09-30 20:25:37 UTC ---
(In reply to comment #4)
> 
> The reason for the crashes is that you use often things like:
> chip->name = _("blah");
> and then later in the code you use:
> g_free(chip->name);
> this must crash, obviously.

For sure.

> 
> I fixed all relevant occurrences I could find, see attached patch.
> Please don't mix static and dynamically allocated strings :).

Actually, I thought I already had had a look into all statically allocated
strings;  thanks a lot for investigating further - at least I did not look into
the backend implementations.

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Goodies-dev mailing list