Fix memory leak in the mp3 decoder, turned out to be of pretty decent size (bug #395)

This commit is contained in:
Bart van Strien
2012-05-29 21:33:10 +02:00
parent f933d5983b
commit 124e9d1d2a
+1 -1
View File
@@ -68,7 +68,7 @@ namespace lullaby
Mpg123Decoder::~Mpg123Decoder()
{
mpg123_close(handle);
mpg123_delete(handle);
}