Resource leak fixes (or hiding them from Coverity static analysis tool by using String instead of char *)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13886 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-11-14 22:16:54 +00:00
commit 46d2486115
12 changed files with 62 additions and 63 deletions

View file

@ -2330,6 +2330,7 @@ done:
Printf(f->code, "}\n");
Wrapper_print(f, s_wrappers);
DelWrapper(f);
return SWIG_OK;
}