mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
plug some memory leaks in libardour
This commit is contained in:
parent
c4c6c38dbd
commit
e3607a4c8b
8 changed files with 42 additions and 26 deletions
|
|
@ -395,6 +395,7 @@ int main (int argc, char **argv)
|
|||
event_loop->run();
|
||||
free (line);
|
||||
}
|
||||
free (line);
|
||||
printf ("\n");
|
||||
|
||||
if (_session) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue