From 7146665c3fe0241fcde52dd9bfc6b550e5c792b6 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 18 May 2007 18:42:21 +0000 Subject: [PATCH] Fix memory leak warning format. --- eventxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eventxx b/eventxx index d32a935..88ea47b 100644 --- a/eventxx +++ b/eventxx @@ -796,11 +796,11 @@ struct dispatcher ~dispatcher() throw() { event_base_free(_event_base); } #else #ifndef EVENTXX_NO_WARNING -#warning "The dispatcher class *will* leak memory because of a libevent bug, " \ - "see http://www.mail-archive.com/libevent-users@monkey.org/msg00110.html " \ - "for more info an a patch. If you already have this patch, please " \ - "-DEVENTXX_EVENT_BASE_FREE_FIX to your compiler to make this message disappear " \ - "and really free the dispatcher memory using event_base_free()." +#warning "The dispatcher class *will* leak memory because of a libevent bug, \ +see http://www.mail-archive.com/libevent-users@monkey.org/msg00110.html \ +for more info an a patch. If you already have this patch, please \ +-DEVENTXX_EVENT_BASE_FREE_FIX to your compiler to make this message disappear \ +and really free the dispatcher memory using event_base_free()." #endif #endif -- 2.43.0