denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.09k stars 300 forks source link

Impl Drop for CTypeInfo #1452

Closed svix-aaron1011 closed 3 months ago

svix-aaron1011 commented 3 months ago

This deallocates the C++ allocation, preventing a memory leak

mmastrac commented 3 months ago

Could you rebase this on main?