[totem/gnome-3-0] save-file: wrong reference to a structure field
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-0] save-file: wrong reference to a structure field
- Date: Sat, 23 Apr 2011 23:57:09 +0000 (UTC)
commit 4c20f88ea799766841f800971d6a3803f32a82cb
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]