Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/flamenco/runtime/Local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ $(call add-hdrs,fd_txn_account.h)
$(call add-objs,fd_txn_account,fd_flamenco)
$(call make-unit-test,test_txn_account,test_txn_account,fd_flamenco fd_funk fd_ballet fd_util)
$(call run-unit-test,test_txn_account,)
$(call make-unit-test,test_runtime_alut,test_runtime_alut,fd_flamenco fd_funk fd_ballet fd_util)

$(call add-hdrs,fd_bank.h)
$(call add-objs,fd_bank,fd_flamenco)
Expand Down
2 changes: 2 additions & 0 deletions src/flamenco/runtime/fd_runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ fd_runtime_load_txn_address_lookup_tables(
if( FD_UNLIKELY( err ) ) return err;
}

fd_alut_interp_delete( interp );

return FD_RUNTIME_EXECUTE_SUCCESS;
}

Expand Down
Loading
Loading