From 7c51fe16b435712423dd00145008ab58a95fdc5e Mon Sep 17 00:00:00 2001 From: james Date: Sun, 25 May 2008 22:31:25 +0000 Subject: Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1 to not be called for the top-level "generic" client template. Added additional documentation to openvpn-plugin.h that more clearly illustrates the full sequence and ordering of plugin callbacks (plugin/defer/simple.c was extended to provide the raw data for this documentation). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2973 e7ae566f-a301-0410-adde-c780ea21d3b5 --- memdbg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'memdbg.h') diff --git a/memdbg.h b/memdbg.h index 1aa54b3..65f2e2f 100644 --- a/memdbg.h +++ b/memdbg.h @@ -47,6 +47,8 @@ #include "valgrind/memcheck.h" +#define VALGRIND_MAKE_READABLE(addr, len) + #else #define VALGRIND_MAKE_READABLE(addr, len) -- cgit