diff options
| author | Mason Reed <mason@vector35.com> | 2025-05-04 15:38:54 -0400 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2025-05-12 17:45:24 -0400 |
| commit | e180c955f9397849bdb1ea08f1e913ebac71ed5d (patch) | |
| tree | a6c8e309e3a723c04e2d5085c0449bd8f3a10db5 /rust/src/string.rs | |
| parent | bb68ef5ad6c3e6a391bc884763231ed3291a5f9e (diff) | |
[Rust] More cleanup
Diffstat (limited to 'rust/src/string.rs')
| -rw-r--r-- | rust/src/string.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
