Commit 17c8e839 authored by Max Kellermann's avatar Max Kellermann

encoder/lame: use delete instead of g_free()

parent 348bdcd7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment