Package: vorbisgain
Version: 0.36-3.1
Severity: minor
Tags: upstream patch

In vorbis.c there's a double fclose().
The patch below (which I've also sent upsteam) should fix it.

--

commit 2b3c3a8b80f2d28a86f5f4443623bdbed501a215
Author: Jonathan Neuschäfer <j.neuschae...@gmx.net>
Date:   Thu Jul 7 00:52:52 2011 +0200

    remove double fclose()

diff --git a/vorbis.c b/vorbis.c
index 5ec7622..50ec178 100644
--- a/vorbis.c
+++ b/vorbis.c
@@ -798,11 +798,6 @@ exit:
         fclose(infile);
     }
 
-    if (infile != NULL)
-    {
-        fclose(infile);
-    }
-
     if (delete_temp)
     {
         if (remove(TEMP_NAME) != 0)

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vorbisgain depends on:
ii  libc6                       2.13-10      Embedded GNU C Library: Shared lib
ii  libogg0                     1.2.2~dfsg-1 Ogg bitstream library
ii  libvorbis0a                 1.3.2-1      The Vorbis General Audio Compressi
ii  libvorbisfile3              1.3.2-1      The Vorbis General Audio Compressi

vorbisgain recommends no packages.

vorbisgain suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to