From 77f2c9bb246e5d48240f3f869ae625cd9f77568f Mon Sep 17 00:00:00 2001 From: peavey Date: Fri, 1 Jun 2007 20:31:29 +0000 Subject: Make valgrind happy and not leak mem. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7201 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd_stats.cpp') diff --git a/src/cmd_stats.cpp b/src/cmd_stats.cpp index 5a22a2b4c..c44042e51 100644 --- a/src/cmd_stats.cpp +++ b/src/cmd_stats.cpp @@ -190,7 +190,7 @@ DllExport void DoStats(InspIRCd* ServerInstance, char statschar, userrec* user, whowas_command->HandleInternal(WHOWAS_STATS, params); if (whowas_stats.GetExt("stats")) { - char* stats = NULL; + char* stats; whowas_stats.GetExt("stats", stats); results.push_back(sn+" 249 "+user->nick+" :"+ConvToStr(stats)); } -- cgit v1.3.1-10-gc9f91