1
0
Fork 0

various memory leak fixes

This commit is contained in:
bagyenda 2008-04-18 13:45:39 +00:00
parent e78739a3a1
commit cf2f4e7d8e
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ static int sendMsg(MmsEnvelope *e)
e = NULL; e = NULL;
break; /* Queue entry gone. */ break; /* Queue entry gone. */
} }
octstr_destroy(err);
} }
mms_destroy(msg); mms_destroy(msg);