wjakob / nanobind

nanobind: tiny and efficient C++/Python bindings
BSD 3-Clause "New" or "Revised" License
2.14k stars 161 forks source link

Don't leak enum names. #595

Closed hawkinsp closed 1 month ago

hawkinsp commented 1 month ago

The ->name field of the typeinfo is never freed at the moment.

wjakob commented 1 month ago

Oops, you are right. Thanks!