]> code.citadel.org Git - citadel.git/blobdiff - webcit/sysdep.c
Fix memory leaks; need to register lookups so their list is free'd afterwards.
[citadel.git] / webcit / sysdep.c
index 44878c757ecd54e6f89b35098bdf115ef0016c10..94314a25cfdefff982f76f9fee59710c1e713674 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * WebCit "system dependent" code.
  *
- * Copyright (c) 1996-2014 by the citadel.org team
+ * Copyright (c) 1996-2012 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, version 3.
@@ -181,6 +181,8 @@ void end_critical_section(int which_one)
 
 void ShutDownWebcit(void)
 {
+
+       DeleteHash(&GZMimeBlackList);
        free_zone_directory ();
        icaltimezone_release_zone_tab ();
        icalmemory_free_ring ();