PixarAnimationStudios / OpenSubdiv

An Open-Source subdivision surface library.
graphics.pixar.com/opensubdiv
Other
2.9k stars 561 forks source link

Memory leak in tutorial #1226

Closed AlvaroFS closed 2 years ago

AlvaroFS commented 3 years ago

https://github.com/PixarAnimationStudios/OpenSubdiv/blob/ff76e0f2dc9c9202b7d2f965f264bfd6f41866d5/tutorials/far/tutorial_2_3/far_tutorial_2_3.cpp#L323

Variable refiner is never deleted.

davidgyu commented 3 years ago

Good catch! Thanks!

jilliene commented 3 years ago

Filed as internal issue #OSD-352

barfowl commented 2 years ago

Addressed by #1251