diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 12:22:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-03 11:09:42 +0000 |
commit | 5a61fe336186b2bd0997abf4fb89e1832b9e4742 (patch) | |
tree | 15f00268c82fb0a0f2572822c7834461bb1d39c0 /main/usbredir/usbredirtestclient-Fix-a-memory-leak.patch | |
parent | d67f7daec85bde9f0883de0f9f6c09254d95e582 (diff) | |
download | aports-5a61fe336186b2bd0997abf4fb89e1832b9e4742.tar.bz2 aports-5a61fe336186b2bd0997abf4fb89e1832b9e4742.tar.xz |
main/usbredir: upgrade to 0.7.1
Diffstat (limited to 'main/usbredir/usbredirtestclient-Fix-a-memory-leak.patch')
-rw-r--r-- | main/usbredir/usbredirtestclient-Fix-a-memory-leak.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/main/usbredir/usbredirtestclient-Fix-a-memory-leak.patch b/main/usbredir/usbredirtestclient-Fix-a-memory-leak.patch deleted file mode 100644 index a49293b09e..0000000000 --- a/main/usbredir/usbredirtestclient-Fix-a-memory-leak.patch +++ /dev/null @@ -1,22 +0,0 @@ -From bcb6db72d481965bcfdd890d338b54b0f502a486 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com> -Date: Fri, 18 Jul 2014 17:27:09 +0200 -Subject: usbredirtestclient: Fix a memory leak - -Signed-off-by: Hans de Goede <hdegoede@redhat.com> - -diff --git a/usbredirtestclient/usbredirtestclient.c b/usbredirtestclient/usbredirtestclient.c -index 42b16dc..9546b30 100644 ---- a/usbredirtestclient/usbredirtestclient.c -+++ b/usbredirtestclient/usbredirtestclient.c -@@ -404,6 +404,7 @@ static int usbredirtestclient_cmdline_ctrl(void) - } - usbredirparser_send_control_packet(parser, id, &control_packet, - data, data_len); -+ free(data); - printf("Send control packet with id: %u\n", id); - id++; - return 1; --- -cgit v0.10.2 - |