This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
free the ports. lets make some good examples.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4069 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.120.1
torben
14 years ago
parent
aa2bd69905
commit
f20a8ae497
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
tools/lsp.c
+ 4
- 0
tools/lsp.c
View File
@@ -211,6 +211,10 @@ main (int argc, char *argv[])
}
}
}
}
}
}
if (ports)
jack_free (ports);
jack_client_close (client);
jack_client_close (client);
exit (0);
exit (0);
}
}
Write
Preview
Loading…
Cancel
Save