[Goodies-dev] [Bug 4030] Crash after closing the initial configure dialog when adding the plugin

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Apr 20 11:29:47 CEST 2008


DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=4030





------- Comment #2 from enrico.troeger at uvena.de  2008-04-20 09:29 UTC -------
Just for your interest a few information I forgot in the previous post:

The crash happens in panel-plugin/sensors.c:2042:
g_free(sd->sensors->command_name);

And sd->sensors->command_name is initially set in panel-plugin/sensors.c:840:
sensors->command_name = "xsensors";

And free'ing a const string obviously causes a crash. The attached patch set
sensors->command_name to a copy of the string which solves the problem.


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



More information about the Goodies-dev mailing list