fix long standing random abort in DXMsg? got rid of memory leak.
authorminima <minima>
Tue, 13 Mar 2001 22:26:47 +0000 (22:26 +0000)
committerminima <minima>
Tue, 13 Mar 2001 22:26:47 +0000 (22:26 +0000)
Changes
perl/DXMsg.pm

diff --git a/Changes b/Changes
index 21e2e2c289e4b73b9881182ebe826bcf1bd005dd..83a5ae4874f03c6c78f31bb81ad70c5225235f6c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,8 +2,9 @@
 1. implemented first cut at non blocking connect
 2. removed memory leakage in connects
 3. add link IP address if available on who
-4. made the \r\n work correctly
+4. made the \r\n work correctly on External connections
 5. removed client.pl
+6. fixed memory leakages in DXMsg
 10Mar01=======================================================================
 1. minor changes to the admin manual to reflect differences in distibutions
 thanks to pa3ezl (g0vgs)
index c91049ab19de50f9fb3b871d5a93520a43e1085d..cb71c97d1a66810290a76f53e1fdf55761ffd491 100644 (file)
@@ -15,8 +15,6 @@
 
 package DXMsg;
 
-@ISA = qw(DXProt DXChannel);
-
 use DXUtil;
 use DXChannel;
 use DXUser;