Fix example

This commit is contained in:
Paweł Bylica 2017-10-24 13:50:35 +02:00
parent 7350b129b8
commit 2e92618966
1 changed files with 2 additions and 0 deletions

View File

@ -166,4 +166,6 @@ int main(int argc, char *argv[]) {
if (result.release)
result.release(&result);
jit->destroy(jit);
return 0;
}