encoder/lame: use delete instead of g_free()

This commit is contained in:
Max Kellermann 2013-08-06 09:13:07 +02:00
parent 348bdcd7b7
commit 17c8e839b6
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ lame_encoder_finish(Encoder *_encoder)
/* the real liblame cleanup was already performed by
lame_encoder_close(), so no real work here */
g_free(encoder);
delete encoder;
}
static bool