plug some memory leaks in libardour

This commit is contained in:
Robin Gareus 2016-04-24 14:41:07 +02:00
parent c4c6c38dbd
commit e3607a4c8b
8 changed files with 42 additions and 26 deletions

View file

@ -395,6 +395,7 @@ int main (int argc, char **argv)
event_loop->run();
free (line);
}
free (line);
printf ("\n");
if (_session) {