[easytag] Fix a double free when opening a command-line path
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Fix a double free when opening a command-line path
- Date: Fri, 28 Mar 2014 11:44:58 +0000 (UTC)
commit 8d5b0e9fbff770d24f93a41e89aa922c251798b6
Author: David King <amigadave amigadave com>
Date: Fri Mar 28 11:42:28 2014 +0000
Fix a double free when opening a command-line path
https://retrace.fedoraproject.org/faf/problems/1625976/
src/easytag.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/easytag.c b/src/easytag.c
index 25b7814..7612a55 100644
--- a/src/easytag.c
+++ b/src/easytag.c
@@ -474,7 +474,6 @@ on_application_open (GApplication *application, GFile **files, gint n_files,
Browser_Tree_Select_Dir (parent_path);
g_free (parent_path);
- g_free (path_utf8);
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]