encoder/lame: use delete instead of g_free()
This commit is contained in:
@@ -127,7 +127,7 @@ lame_encoder_finish(Encoder *_encoder)
|
|||||||
|
|
||||||
/* the real liblame cleanup was already performed by
|
/* the real liblame cleanup was already performed by
|
||||||
lame_encoder_close(), so no real work here */
|
lame_encoder_close(), so no real work here */
|
||||||
g_free(encoder);
|
delete encoder;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
|
Reference in New Issue
Block a user