From ae79e61e38458b7886be2b45b02a9ae776d4774e Mon Sep 17 00:00:00 2001 From: minima Date: Tue, 13 Mar 2001 22:26:47 +0000 Subject: [PATCH] fix long standing random abort in DXMsg? got rid of memory leak. --- Changes | 3 ++- perl/DXMsg.pm | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 21e2e2c2..83a5ae48 100644 --- 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) diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index c91049ab..cb71c97d 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -15,8 +15,6 @@ package DXMsg; -@ISA = qw(DXProt DXChannel); - use DXUtil; use DXChannel; use DXUser; -- 2.34.1