]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_xline_db.cpp
More deallocation-at-exit cleanup
[user/henk/code/inspircd.git] / src / modules / m_xline_db.cpp
index 8a0ff9eda322c1a1ffa84f58dc5ecd03ebaefbe4..d3a75a64cb301cea6ebbe95019405b897ecec07f 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -232,6 +232,7 @@ class ModuleXLineDB : public Module
                        }
                }
 
+               fclose(f);
                return true;
        }