Fix double delete in C mode resulting in crashes later on
This was broken by f1ec1a26 which removed a call to Copy() but not the
matching call to Delete().
This commit is contained in:
parent
e1a4b02f69
commit
4995e96009
1 changed files with 0 additions and 1 deletions
|
|
@ -645,7 +645,6 @@ ready:
|
|||
Delete(arg_names);
|
||||
Delete(wname);
|
||||
Delete(return_type);
|
||||
Delete(name);
|
||||
DelWrapper(wrapper);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue