This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Merge pull request
#12
from dlahoti/master
jack_free() should be used to free memory returned by jack_return_ports()
tags/1.9.9.5
Stéphane Letz
13 years ago
parent
3b9aab6bca
8045baf41f
commit
1e3f915127
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
example-clients/simple_client.c
+ 1
- 1
example-clients/simple_client.c
View File
@@ -191,7 +191,7 @@ main (int argc, char *argv[])
fprintf (stderr, "cannot connect output ports\n");
}
free (ports);
jack_
free (ports);
/* install a signal handler to properly quits jack client */
#ifdef WIN32
Write
Preview
Loading…
Cancel
Save