mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-20 05:37:57 +00:00
Remove duplicate variable to ensure manifest is freed
This commit is contained in:
parent
57577abca6
commit
ae25091fab
2
meshms.c
2
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;
|
int64_t unread_mark=conv->read_offset;
|
||||||
|
|
||||||
if (conv->found_their_ply){
|
if (conv->found_their_ply){
|
||||||
rhizome_manifest *m_theirs = rhizome_new_manifest();
|
m_theirs = rhizome_new_manifest();
|
||||||
if (!m_theirs)
|
if (!m_theirs)
|
||||||
goto end;
|
goto end;
|
||||||
if (ply_read_open(&read_theirs, conv->their_ply.bundle_id, m_theirs))
|
if (ply_read_open(&read_theirs, conv->their_ply.bundle_id, m_theirs))
|
||||||
|
Loading…
Reference in New Issue
Block a user