mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
Removes another leak
This commit is contained in:
parent
c322bc83b4
commit
a8741927f8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ AudioEditor::AudioEditor()
|
|||
for(int i = 0; i < 7; i++) {
|
||||
stringstream s;
|
||||
s << i;
|
||||
beatButtons[i] = new Avtk::Button(5 + i * 50, 160, 40,30, strdup(names[i]) );
|
||||
beatButtons[i] = new Avtk::Button(5 + i * 50, 160, 40,30, names[i] );
|
||||
}
|
||||
window->end();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue