mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 02:39:44 +00:00
Fix one cause of manifest struct leakage
This commit is contained in:
parent
e74b9e1d6b
commit
30009c2c71
@ -813,11 +813,9 @@ int rhizome_fetch_poll()
|
||||
1 /* do verify */,
|
||||
1 /* do check hash of file */,
|
||||
0 /* do not sign it, just keep existing signatures */);
|
||||
q->manifest=NULL;
|
||||
} else {
|
||||
rhizome_manifest_free(q->manifest);
|
||||
q->manifest=NULL;
|
||||
}
|
||||
rhizome_manifest_free(q->manifest);
|
||||
q->manifest=NULL;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user