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 --- include/commands/cmd_whowas.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/commands') diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 2568a0986..e2bab7a0f 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -67,6 +67,10 @@ class cmd_whowas : public command_t */ whowas_users_fifo whowas_fifo; + /* String holding stats so it can be collected + */ + std::string stats; + public: cmd_whowas(InspIRCd* Instance); CmdResult Handle(const char** parameters, int pcnt, userrec *user); -- cgit v1.2.3