[SCM] a2jmidid/master: debian/patches/1001-a2j_port_create.patch

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jun 6 09:33:43 UTC 2011


The following commit has been merged in the master branch:
commit 7a46707c93d7e0fbc0043c56c8adc804317cf2fe
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jun 6 11:33:25 2011 +0200

    debian/patches/1001-a2j_port_create.patch
    
    Free client information on success too; patch taken from upstream's git.

diff --git a/debian/patches/1001-a2j_port_create.patch b/debian/patches/1001-a2j_port_create.patch
new file mode 100644
index 0000000..2d58933
--- /dev/null
+++ b/debian/patches/1001-a2j_port_create.patch
@@ -0,0 +1,17 @@
+Description: Free client information on success too.
+Author: Dan A. Muresan <danmbox at gmail.com>
+Applied-Upstream: http://repo.or.cz/w/a2jmidid.git/commitdiff/241017fa
+---
+ port.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a2jmidid.orig/port.c
++++ a2jmidid/port.c
+@@ -230,6 +230,7 @@ a2j_port_create(
+   port->inbound_events = jack_ringbuffer_create(MAX_EVENT_SIZE*16);
+ 
+   a2j_info("port created: %s", port->name);
++  snd_seq_client_info_free(client_info_ptr);
+   return port;
+ 
+ fail_free_port:
diff --git a/debian/patches/series b/debian/patches/series
index 5bd8eb3..96641cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 shebangs.diff
+1001-a2j_port_create.patch

-- 
a2jmidid packaging



More information about the pkg-multimedia-commits mailing list