-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
It is supplied with a configuration utility wmclockmon-config which crashes on pushing any of two buttons 'Save'.
The cause is it tries to free memory allocated in an external library, namely by gtk_entry_get_text().
The documentation of the function states that its return value
A pointer to the contents of the widget as a string. This string points to internally allocated storage in the widget and must not be freed, modified or stored.
The attached patch fixes the problem
Metadata
Metadata
Assignees
Labels
No labels