X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=url.c;h=df231f35f206bc0ea38884ab25981c767761129c;hp=eb9d7f6385ae0bed975232d4df700b9220591a97;hb=8e037c67a88cb4680c4391134c578e3b55a80f8a;hpb=c25bc063f35aaad6938c2022dae7a283346c2769 diff --git a/url.c b/url.c index eb9d7f6..df231f3 100644 --- a/url.c +++ b/url.c @@ -15,6 +15,8 @@ # include "config.h" #endif +#include + #include "mutt.h" #include "ascii.h" #include "mapping.h" @@ -257,6 +259,6 @@ int url_parse_mailto (ENVELOPE * e, char **body, const char *src) } } - mem_free (&tmp); + p_delete(&tmp); return 0; }