Files
pezkuwi-subxt/substrate/primitives/runtime-interface
Bastian Köcher c7867e5125 Fix memory leak in runtime interface (#4837)
* 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
2020-02-06 14:26:41 +01:00
..
2020-01-29 11:57:13 +01:00
2020-01-05 14:05:44 +01:00
2020-01-29 16:24:40 +01:00