! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[xfce-mcs-plugins/plugins/ui_plugin/ui_plugin.c:427]: Memory leak: translated...
Status:
RESOLVED: WONTFIX
Product:
Xfce-mcs
Component:
Plugins

Comments

Description Daniel Marjamäki 2008-11-30 12:42:10 CET
There is a possible memory leak..

            translated_name = g_strdup(xfce_rc_read_entry(themefile, "Name", file));
            xfce_rc_close(themefile);
            themename = g_path_get_basename (file);
            if(g_hash_table_lookup(theme_names, themename))
            {
                g_free(themename);
                continue;
            }

This bug was detected with cppcheck
Comment 1 Stephan Arts editbugs 2009-02-02 22:56:43 CET
Just a small mem-leak, and it does not reside inside 4.5.x, but 4.4.x. Fixing these details.
Comment 2 Nick Schermer editbugs 2011-05-23 09:28:28 CEST
Close bugs in products that are not active anymore.

Bug #4665

Reported by:
Daniel Marjamäki
Reported on: 2008-11-30
Last modified on: 2011-05-23

People

Assignee:
Xfce Bug Triage
CC List:
1 user

Version

Attachments

Additional information