Skip to content
Snippets Groups Projects
  • Bastian Köcher's avatar
    Fix memory leak in runtime interface (#4837) · c7867e51
    Bastian Köcher authored
    * Fix memory leak in runtime interface
    
    We used `slice::from_raw_parts` in runtime-interface which did not free
    the memory afterwards. This pr changes it to `Vec::from_raw_parts` to
    make sure `drop` is called properly and the values are freed.
    
    * Check that `len` is non-zero
    
    * Adds comment
    c7867e51
Code owners
Assign users and groups as approvers for specific file changes. Learn more.