Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / whowas.c
index b819e1753afd6ac851b17e88afaf81642f87c21e..d8c0db20063c5a01371533de07c740bebfaf7c50 100644 (file)
@@ -196,7 +196,8 @@ whowas_free(struct Whowas *ww)
 
   Debug((DEBUG_LIST, "Destroying whowas structure for %s", ww->name));
 
-  MyFree(whowas_clean(ww));
+  whowas_clean(ww);
+  MyFree(ww);
 
   wwList.ww_alloc--;
 }