fix leak of xmms config struct in init

This commit is contained in:
Josh Coalson
2003-05-19 04:27:13 +00:00
parent af9c773da3
commit bfd080f592

View File

@@ -182,6 +182,8 @@ void FLAC_XMMS__init()
flac_cfg.output.resolution.replaygain.bps_out = 16;
decoder_ = FLAC__file_decoder_new();
xmms_cfg_free(cfg);
}
int FLAC_XMMS__is_our_file(char *filename)