Hi, In the function FLAC_XMMS__init() of plugin.c for the XMMS plugin, xmms_cfg_open_default_file() is called, but the result is never freed. At the end of the file, xmms_cfg_free(cfg) should be added. Chris