jvcleave / ofxImGui

Use ImGui in openFrameworks
292 stars 123 forks source link

fix memory leak in ofxImGui::Gui #82

Closed s-ol closed 5 years ago

s-ol commented 5 years ago

Maybe a better fix would be using smart pointers (specifically unique_ptr) to make this kind of mistake impossible.