summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Italiano <davide@phemt.homenet.telecomitalia.it>2011-04-24 00:55:43 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2011-04-24 00:57:01 +0100
commit4c20f88ea799766841f800971d6a3803f32a82cb (patch)
tree3de39ae36c3377e5a22df8b2838babd41caae845
parentc9b8a4a78eddc4ee1819d5b05980b378e18dddf2 (diff)
save-file: wrong reference to a structure field
-rw-r--r--src/plugins/save-file/totem-save-file.c2
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 2c5b68fa..2351dc9d 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;
}