summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2c5b68fa2..2351dc9d7 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;
}