Your message dated Fri, 2 Dec 2011 21:53:41 +0000
with message-id 
<CAPQ4b8=1zx6vn84spn3_zqypjot9htigynmmmt3w-elmkpd...@mail.gmail.com>
and subject line closing bug fixed
has caused the Debian Bug report #510971,
regarding libsdl-mixer1.2: _Eff_PositionDeinit debian mods still not robust 
enough
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
510971: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510971
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsdl-mixer1.2
Version: 1.2.8-5
Severity: normal


debian patches _Eff_PositionDeinit, but it's not done in so robust
a way as is done for descent2-xl (d2x-xl).

try this instead:

void _Eff_PositionDeinit(void)
{
    int i;

     if (pos_args_array) {
        for (i = 0; i < position_channels; i++)
            if (pos_args_array[i])
              free(pos_args_array[i]);
        free(pos_args_array);
         pos_args_array = NULL;
        }
     position_channels = 0;
     if (pos_args_global) {
        free(pos_args_global);
        pos_args_global = NULL;
        }
}



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-1-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libsdl-mixer1.2 depends on:
ii  libc6              2.7-16                GNU C Library: Shared libraries
ii  libmikmod2         3.1.11-a-6            A portable sound library
ii  libsdl1.2debian    1.2.13-4              Simple DirectMedia Layer
ii  libsmpeg0          0.4.5+cvs20030824-2.2 SDL MPEG Player Library - shared l
ii  libvorbisfile3     1.2.0.dfsg-3          The Vorbis General Audio Compressi

libsdl-mixer1.2 recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.2.11-3

Fixed in SDL's bug report #672 at the forwarded URL.

Thanks for reporting (here and upstream).


--- End Message ---

Reply via email to