From fd40266f767e51e649fb48376e25f47a60d79765 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Mon, 11 May 2026 18:49:26 -0700 Subject: Fix incorrect reference counting in C++ API --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 249d5ae6..158b1a21 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -12069,6 +12069,7 @@ namespace BinaryNinja { Ref m_view; Ref m_function; + std::string PostRawRequest(const char* request); bool PostRequest(const std::string& command); public: @@ -21276,7 +21277,6 @@ namespace BinaryNinja { { public: FirmwareNinjaReferenceNode(BNFirmwareNinjaReferenceNode* node); - ~FirmwareNinjaReferenceNode(); /*! Returns true if the reference tree node contains a function -- cgit v1.3.1