X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=url.c;h=df231f35f206bc0ea38884ab25981c767761129c;hb=23002a877577341cfd68687e58348e0ca01b1ac5;hp=eb9d7f6385ae0bed975232d4df700b9220591a97;hpb=c72cae2600a646ba7470d6af8d7651931b43dc09;p=apps%2Fmadmutt.git 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; }