Files
test2/source
Mattias Fredriksson 219d327b80 Fix: Memleak importing NURBS through OBJ node importer
Fixes a memleak and a double initiation introduced in #123967. Patch missed to
free the temp  Curve object and called `curve_init_data` from `BKE_curve_init`
which is already called in `BKE_id_new_nomain` from IDTypeInfo::init_data.

Pull Request: https://projects.blender.org/blender/blender/pulls/141924
2025-07-17 02:26:17 +02:00
..