fixed crash if the user quits directly after performing a command & moved mysql_free...
[NeonServV5.git] / src / IRCEvents.c
index cc59f74308ce97880afd8e2dbe26df3c0c869ae5..eb29a094ff23f8c3ea238b1c3ea81c488afb1d5f 100644 (file)
@@ -124,7 +124,7 @@ void pre_event(UNUSED_ARG(int type)) {
 }
 
 void post_event(UNUSED_ARG(int type)) {
-    mysql_free();
+
 }
 
 //EVENTS