summaryrefslogtreecommitdiff
path: root/src/net/ipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ipc.cpp')
-rw-r--r--src/net/ipc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ipc.cpp b/src/net/ipc.cpp
index 2b4573cba..324ad4565 100644
--- a/src/net/ipc.cpp
+++ b/src/net/ipc.cpp
@@ -156,7 +156,7 @@ void IPC::stop()
return;
logger->log("Stopping IPC...");
- delete2(ipc);
+ delete2(ipc)
}
void IPC::start()
@@ -183,7 +183,7 @@ void IPC::start()
port ++;
}
- delete2(ipc);
+ delete2(ipc)
}
void IPC::flush()