mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fix memory leak in the mp3 decoder, turned out to be of pretty decent size (bug #395)
This commit is contained in:
@@ -68,7 +68,7 @@ namespace lullaby
|
||||
|
||||
Mpg123Decoder::~Mpg123Decoder()
|
||||
{
|
||||
mpg123_close(handle);
|
||||
mpg123_delete(handle);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user