[totem] save-file: wrong reference to a structure field



commit 18c67dd7508732ff50c8319d17f379bf77d6f8a8
Author: Davide Italiano <davide phemt homenet telecomitalia it>
Date:   Sun Apr 24 00:55:43 2011 +0100

    save-file: wrong reference to a structure field

 src/plugins/save-file/totem-save-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/save-file/totem-save-file.c b/src/plugins/save-file/totem-save-file.c
index 2c5b68f..2351dc9 100644
--- a/src/plugins/save-file/totem-save-file.c
+++ b/src/plugins/save-file/totem-save-file.c
@@ -350,7 +350,7 @@ impl_deactivate (PeasActivatable *plugin)
 	g_free (priv->mrl);
 	priv->mrl = NULL;
 	g_free (priv->name);
-	priv->mrl = NULL;
+	priv->name = NULL;
 	g_free (priv->save_uri);
 	priv->save_uri = NULL;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]