diff options
-rw-r--r-- | src/output/shout_mp3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/output/shout_mp3.c b/src/output/shout_mp3.c index 7fae699b0..eb95c8b3e 100644 --- a/src/output/shout_mp3.c +++ b/src/output/shout_mp3.c @@ -54,6 +54,8 @@ static void shout_mp3_encoder_finish(struct shout_data *sd) lame_close(ld->gfp); ld->gfp = NULL; + + g_free(ld); } static int shout_mp3_encoder_init_encoder(struct shout_data *sd) |