kenz-gelsoft / wxRust2

re-exploration Rust binding to wx
MIT License
78 stars 10 forks source link

Returns Owned Binding for Clone methods #59

Closed kenz-gelsoft closed 2 years ago

kenz-gelsoft commented 2 years ago

fixes https://github.com/kenz-gelsoft/wxRust2/issues/58

I've marked these Clone methods by searching clone, ownership or copy in documentation.

If I've missed something, they're leaks, but it's better than double free.