summaryrefslogtreecommitdiff
path: root/src/fr-command-dpkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-dpkg.c')
-rw-r--r--src/fr-command-dpkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-dpkg.c b/src/fr-command-dpkg.c
index 3ce4f99..ab0df4b 100644
--- a/src/fr-command-dpkg.c
+++ b/src/fr-command-dpkg.c
@@ -71,9 +71,9 @@ process_metadata_line (char *line,
fdata->original_path = fdata->full_path + 1;
g_strfreev (fields);
- g_free (name);
fdata->name = g_strdup (name);
+ g_free (name);
fdata->path = g_strdup ("DEBIAN");
fr_command_add_file (comm, fdata);
}