From e180c955f9397849bdb1ea08f1e913ebac71ed5d Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 4 May 2025 15:38:54 -0400 Subject: [Rust] More cleanup --- rust/src/string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/string.rs') diff --git a/rust/src/string.rs b/rust/src/string.rs index 3cdbf384..5bd871f9 100644 --- a/rust/src/string.rs +++ b/rust/src/string.rs @@ -80,7 +80,7 @@ impl BnString { pub(crate) unsafe fn from_raw(raw: *mut c_char) -> Self { Self { raw } } - + /// Free a raw string allocated by BNAllocString. pub(crate) unsafe fn free_raw(raw: *mut c_char) { use binaryninjacore_sys::BNFreeString; -- cgit v1.3.1