This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cairo: fix leak when Context object is finalized
When the finalizer calls Dispose(), disposing is false, it means that CairoDebug traces should be printed, but the reference count on the native context should still be decreased. Otherwise a real leak would appear, as the native context would never be freed when the managed object is GCed.
- Loading branch information