X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9fce8ab3a8a0134261cb796add60a1248e8ae38f..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/uip/ap.c?ds=sidebyside diff --git a/uip/ap.c b/uip/ap.c index bfec3429..89b207b5 100644 --- a/uip/ap.c +++ b/uip/ap.c @@ -192,7 +192,7 @@ process (char *arg, int length) mh_xfree(p->pq_text); mh_xfree(p->pq_error); q = p->pq_next; - free ((char *) p); + free(p); } return status;