diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2019-11-15 00:09:29 -0300 |
---|---|---|
committer | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2019-11-15 00:09:29 -0300 |
commit | e130d808cdc84b9e74d4d929a75a04c5e2175ef3 (patch) | |
tree | 3ccfd3fe45ede20d6b019dd83cf668cb26b2bfa0 /src/benchmarks/eo | |
parent | 2272e21b3cc96966f0ece64c2cc43d7bb5fce32a (diff) |
csharp: FunctionPtr wrappers are not IDisposable
Summary:
They don't actually store unmanaged memory and we already rely on the GC
to free them (not calling Dispose() directly through the managedCb
closure, so we don't need IDisposable.
Just making sure we release the Function Pointer data in the main loop
as the GC runs in a different thread.
Ref T8423
Depends on D10672
Reviewers: brunobelo, felipealmeida, YOhoho
Reviewed By: brunobelo
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T8423
Differential Revision: https://phab.enlightenment.org/D10673
Diffstat (limited to 'src/benchmarks/eo')
0 files changed, 0 insertions, 0 deletions