[Pkg-sdl-commits] [sdl-mixer1.2] 01/03: Added patch to remove bas call to SDL_free (Closes: #718129)

dod at debian.org dod at debian.org
Wed Aug 7 17:47:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository sdl-mixer1.2.

commit c5dc051bd6edd141f583a3f2152b9bd708862e69
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Aug 7 19:03:06 2013 +0200

    Added patch to remove bas call to SDL_free (Closes: #718129)
---
 debian/patches/bug-718129-rm-bad-free.patch |   18 ++++++++++++++++++
 debian/patches/series                       |    1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/bug-718129-rm-bad-free.patch b/debian/patches/bug-718129-rm-bad-free.patch
new file mode 100644
index 0000000..b640c16
--- /dev/null
+++ b/debian/patches/bug-718129-rm-bad-free.patch
@@ -0,0 +1,18 @@
+Author: dod
+Synopsis: remove bad call to SDL_free()
+Debian-Bug: 718129
+
+--- a/mixer.c
++++ b/mixer.c
+@@ -225,11 +225,6 @@
+ 		Mix_QuitOgg();
+ 	}
+ #endif
+-#ifdef MID_MUSIC
+-	if (soundfont_paths) {
+-		SDL_free(soundfont_paths);
+-	}
+-#endif
+ 	initialized = 0;
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 774e153..9fa935e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ bug-694260-freedink_stack_corruption.patch
 05_fallback_to_freepats.patch
 bug-688369-double_free_crash.patch
 bug-715461-soundfont_paths.patch
+bug-718129-rm-bad-free.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdl-mixer1.2.git



More information about the pkg-sdl-commits mailing list