[easytag] Fix memory leak when saving a temporary FLAC file
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Fix memory leak when saving a temporary FLAC file
- Date: Wed, 17 Dec 2014 19:14:14 +0000 (UTC)
commit 5e15d6ed841c10846a1b4695b69eb1589035b9c6
Author: David King <amigadave amigadave com>
Date: Wed Dec 17 18:18:16 2014 +0000
Fix memory leak when saving a temporary FLAC file
src/tags/flac_tag.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/tags/flac_tag.c b/src/tags/flac_tag.c
index 4545927..303c18e 100644
--- a/src/tags/flac_tag.c
+++ b/src/tags/flac_tag.c
@@ -1199,6 +1199,8 @@ flac_tag_write_file_tag (const ET_File *ETFile,
et_flac_write_close_func (&state);
return FALSE;
}
+
+ et_flac_write_close_func (&temp_state);
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]