Fixed incorrect parameters for memory deallocation
This commit is contained in:
parent
129a674c2e
commit
a24b8a7586
4 changed files with 11 additions and 9 deletions
|
@ -59,6 +59,7 @@ var programs = []struct {
|
|||
{"switch", "", "", 0},
|
||||
{"loop", "", "", 0},
|
||||
{"loop-lifetime", "", "", 0},
|
||||
{"memory-free", "", "", 0},
|
||||
{"out-of-memory", "", "", 0},
|
||||
{"struct", "", "", 0},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue