Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The allocated Fiddle::Pointer never gets freed because it doesn't have a free function defined for when it gets garbage collected. This commit changes it to use the default free function.
- Loading branch information