denoland / rusty_v8

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

Add Drop impl for CFunctionInfo #1451

Closed svix-aaron1011 closed 5 months ago

svix-aaron1011 commented 5 months ago

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

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

mmastrac commented 5 months ago

Looks good - I will land the ASAN changes first and then this one.