From ae25091fab8a03f116276eef6088e22fdc8ed628 Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Fri, 20 Sep 2013 16:47:39 +0930 Subject: [PATCH] Remove duplicate variable to ensure manifest is freed --- meshms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshms.c b/meshms.c index 79259272..e4439997 100644 --- a/meshms.c +++ b/meshms.c @@ -781,7 +781,7 @@ int app_meshms_list_messages(const struct cli_parsed *parsed, struct cli_context int64_t unread_mark=conv->read_offset; if (conv->found_their_ply){ - rhizome_manifest *m_theirs = rhizome_new_manifest(); + m_theirs = rhizome_new_manifest(); if (!m_theirs) goto end; if (ply_read_open(&read_theirs, conv->their_ply.bundle_id, m_theirs))