fixed several memory leaks
[NeonServV5.git] / src / IRCEvents.c
index 3cd44c5b9f45a29d878ff7936bddbf6fc5adcda0..eb29a094ff23f8c3ea238b1c3ea81c488afb1d5f 100644 (file)
@@ -1,5 +1,5 @@
 /* IRCEvents.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -124,7 +124,7 @@ void pre_event(UNUSED_ARG(int type)) {
 }
 
 void post_event(UNUSED_ARG(int type)) {
-    mysql_free();
+
 }
 
 //EVENTS