Fix some small memory leaks (GUI)
[ardour.git] / gtk2_ardour / step_editor.cc
index 94b0894bd5cb69a45d4e0fc5946256f3a0823c4e..a1bdcca4515763f91f3e8aaf5fb5f247b60118b9 100644 (file)
@@ -204,6 +204,7 @@ StepEditor::check_step_edit ()
                        step_add_note (buf[0] & 0xf, buf[1], buf[2], Temporal::Beats());
                }
        }
+       delete [] buf;
 }
 
 int