-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: free CSL resources using freeable util
The memory allocated for the CSL objects is not being managed, which results in a memory leak. Each `coreToCsl` translator function assigns each CSL object to the scope, which is now passed in as the first param. Management of the scope is handled by the upper scope, either via the utility function or instantiating the scope class, then disposing of it manually. Utilities that internally use CSL objects encapsulate their own scope.
- Loading branch information
Showing
34 changed files
with
1,903 additions
and
1,479 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
Oops, something went wrong.