From 3a9acce770434365cccd5b0f840174204a989094 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 4 Apr 2011 21:41:15 +0300 Subject: [PATCH] Initialise 'user' field in RS_USER's constructor --- projects/stargazer/plugins/other/rscript/rscript.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/stargazer/plugins/other/rscript/rscript.cpp b/projects/stargazer/plugins/other/rscript/rscript.cpp index a772e507..b03235d8 100644 --- a/projects/stargazer/plugins/other/rscript/rscript.cpp +++ b/projects/stargazer/plugins/other/rscript/rscript.cpp @@ -81,6 +81,7 @@ return rsc.GetPlugin(); //----------------------------------------------------------------------------- RS_USER::RS_USER() : lastSentTime(0), + user(NULL), shortPacketsCount(0) { } -- 2.43.2