Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[df] Avoid clearing sample callbacks after event loop
Sample callbacks can be registered by an RAction or an RDefinePerSample instance. In both cases, the lifetime of the callback is tied to the lifetime of the object itself. Avoid eager clearing of the callbacks so to not interfer with the normal functioning.
- Loading branch information