summaryrefslogtreecommitdiffhomepage
path: root/NetEx/NetPeer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NetEx/NetPeer.cpp')
-rw-r--r--NetEx/NetPeer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetEx/NetPeer.cpp b/NetEx/NetPeer.cpp
index 6bf5d18..1992def 100644
--- a/NetEx/NetPeer.cpp
+++ b/NetEx/NetPeer.cpp
@@ -253,7 +253,7 @@ NetPeer::ComposeGram()
hist_indx = 0;
g = new(__FILE__,__LINE__) NetGram(addr, user_data, retries);
- delete buffer;
+ delete[] buffer;
}
}