diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2023-01-31 21:45:23 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-02-08 11:53:38 -0500 |
| commit | c2247a35e97c96eba9cd4caf09b32b038625cc31 (patch) | |
| tree | d88022f286bd811667f88cc3926dada7b4ec5d31 /binaryninjaapi.h | |
| parent | 0b752f36c9d3b6bcb51a05fdcf5b38633d38bdbd (diff) | |
Clean up possible early deletion issues in API callbacks
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index c08e2c1a..a5ad242d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -218,6 +218,8 @@ namespace BinaryNinja { void Release() { ReleaseInternal(); } void AddRefForRegistration() { AddRefInternal(); } + void AddRefForCallback() {} + void ReleaseForCallback() {} }; /*! |
