(free_swig_member_function): Add missing return.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8656 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1fc78ba477
commit
6c4bc0378d
1 changed files with 1 additions and 0 deletions
|
|
@ -346,6 +346,7 @@ static size_t
|
|||
free_swig_member_function(SCM A)
|
||||
{
|
||||
free((swig_type_info *) SCM_CELL_WORD_1(A));
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue