mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
fixed several memory leaks
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5071 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1888b21998
commit
33a37054e8
6 changed files with 44 additions and 2 deletions
|
@ -1314,6 +1314,7 @@ ops_memory_t* ops_sign_buf(const void* input, const size_t input_len, const ops_
|
|||
|
||||
// tidy up
|
||||
ops_writer_close(cinfo);
|
||||
free(cinfo) ;
|
||||
ops_create_signature_delete(sig);
|
||||
|
||||
return mem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue