From 22fe614f7a528b209fc2075cf76274fbcb780814 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Jul 2014 18:55:24 +0300 Subject: Fix memory leak with ipc port selection. --- src/net/ipc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/ipc.h') diff --git a/src/net/ipc.h b/src/net/ipc.h index b9960abce..611dba35c 100644 --- a/src/net/ipc.h +++ b/src/net/ipc.h @@ -49,6 +49,9 @@ public: static void stop(); private: + void setPort(const unsigned short port) + { mPort = port; } + bool mListen; unsigned int mNumReqs; unsigned short mPort; -- cgit v1.2.3-60-g2f50