Skip to content

Commit

Permalink
fix: un leaked my memory????!??!
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Aug 30, 2023
1 parent 5bfa638 commit d304d8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends npm
pwd
ls
cd frontend/
npm i
npm run build
4 changes: 4 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/test_interpretor.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ static int test_search_result()

// Cleanup
mse_free_search_results(&search_res);
mse_free_interp_node(&root);
return 1;
}

Expand Down

0 comments on commit d304d8a

Please sign in to comment.