From 2ebf4b04bc1d0ed6eaef5b6708780a4ca73b4718 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 19 Jan 2006 08:53:13 +0000 Subject: [PATCH] add %delobject docs git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8489 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Customization.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Manual/Customization.html b/Doc/Manual/Customization.html index 88ccaf409..1cc258030 100644 --- a/Doc/Manual/Customization.html +++ b/Doc/Manual/Customization.html @@ -546,8 +546,8 @@ void destroy_foo(Foo *foo);

-which instructs SWIG that the pointer passed destroy_foo will -be destroyed and therefore, the target language should not attemp to +which instructs SWIG that the pointer passed to destroy_foo will +be destroyed, and therefore, the target language should not attemp to deallocate it twice. This is similar to the DISOWN typemap, and in fact, it also depends on the target language to implement the 'disown' mechanism properly.