Fix use of deleted memory in R module
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13557 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cad26e49fe
commit
19a29c3212
1 changed files with 0 additions and 1 deletions
|
|
@ -2451,7 +2451,6 @@ int R::generateCopyRoutines(Node *n) {
|
|||
}
|
||||
String *elKind = Getattr(c, "kind");
|
||||
if (Strcmp(elKind, "variable") != 0) {
|
||||
Delete(elKind);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue