mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix memory leak.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13075
This commit is contained in:
parent
79b79d6388
commit
a74d1dcf0e
@ -143,6 +143,8 @@ main(int argc, char *argv[])
|
||||
default:
|
||||
panic("operator not handled");
|
||||
}
|
||||
|
||||
free(data);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user