Fix segfault in C# layer handling using declarations
Segfault was actually avoided in previous commit ab23cb29. This commit makes handling more robust in the event of using %ignore just on the derived method, not tested as it is not what one should do with directors, and possibly other cases. Go still segfaults with the new testcase director_using_member_scopes.i. Issue #1441.
This commit is contained in:
parent
bd5ffe86e4
commit
c88a9436bc
3 changed files with 35 additions and 2 deletions
|
|
@ -218,6 +218,7 @@ CPP_TEST_CASES += \
|
|||
director_thread \
|
||||
director_unroll \
|
||||
director_using \
|
||||
director_using_member_scopes \
|
||||
director_void \
|
||||
director_wombat \
|
||||
disown \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue