#
1235c748 |
| 06-Jan-2025 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix crashes in function registration + test Internal function won't need their refcount increased as they outlive the debugger session, and userland functions won't be unloaded either.
Fix crashes in function registration + test Internal function won't need their refcount increased as they outlive the debugger session, and userland functions won't be unloaded either. So no refcount management is necessary for registered functions.
show more ...
|