diff --git a/src/dc_tools.c b/src/dc_tools.c index f026cbee..c032692d 100644 --- a/src/dc_tools.c +++ b/src/dc_tools.c @@ -904,6 +904,7 @@ char* dc_create_outgoing_rfc724_mid(const char* grpid, const char* from_addr) /* ^^^ `Mr.` is currently not used, however, this may change in future */ } + free(rand1); free(rand2); return ret; }