-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize AXParameter only once to prevent memory leak. (#95)
Valgrind reports memory leaks from ax_parameter_new(), so instead of calling it on the fly, it will now be called only once and then passed around inside app_state struct. Co-authored-by: Mattias Axelsson <[email protected]>
- Loading branch information
1 parent
e9e21a9
commit 0312a1c
Showing
1 changed file
with
57 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters