This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 07161a1b Ensure memory used by SyslogAppender is correctly released 
(#542)
07161a1b is described below

commit 07161a1be4f5cf7c50deffb156c3f4363a871a91
Author: Stephen Webb <[email protected]>
AuthorDate: Fri Sep 26 09:51:01 2025 +1000

    Ensure memory used by SyslogAppender is correctly released (#542)
---
 src/main/include/log4cxx/private/datagramsocket_priv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/include/log4cxx/private/datagramsocket_priv.h 
b/src/main/include/log4cxx/private/datagramsocket_priv.h
index 3f1cea26..ccc25760 100644
--- a/src/main/include/log4cxx/private/datagramsocket_priv.h
+++ b/src/main/include/log4cxx/private/datagramsocket_priv.h
@@ -42,7 +42,7 @@ struct DatagramSocket::DatagramSocketPriv
        {
        }
 
-       ~DatagramSocketPriv() = default;
+       virtual ~DatagramSocketPriv() = default;
 
        InetAddressPtr address;
 

Reply via email to