You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I notice that in the following code, the raw pointerraw_script is allocated in Script::parse but never freed, which could potentially cause a memory leak.
Hi, I notice that in the following code, the raw pointer
raw_scriptis allocated inScript::parsebut never freed, which could potentially cause a memory leak.wabt-rs/src/lib.rs
Lines 656 to 660 in 14f82c5