[brasero] Fix memleak
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Fix memleak
- Date: Sun, 28 Jun 2009 11:34:08 +0000 (UTC)
commit 762b2925187806129bac48bcd89b02d883c31e80
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sat Jun 27 20:50:10 2009 +0200
Fix memleak
libbrasero-burn/brasero-track-data-cfg.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libbrasero-burn/brasero-track-data-cfg.c b/libbrasero-burn/brasero-track-data-cfg.c
index 9db4135..33cdbdb 100644
--- a/libbrasero-burn/brasero-track-data-cfg.c
+++ b/libbrasero-burn/brasero-track-data-cfg.c
@@ -2942,6 +2942,8 @@ brasero_track_data_cfg_set_icon (BraseroTrackDataCfg *track,
/* Add it as a graft to the project */
uri = g_filename_to_uri (path, NULL, NULL);
+ g_free (path);
+
priv->autorun = brasero_data_project_add_hidden_node (BRASERO_DATA_PROJECT (priv->tree),
uri,
"autorun.inf",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]