ALT Linux Bugzilla
– Attachment 2218 Details for
Bug 13051
Зачастую падает с сегфолтом
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
gentoo patch: free()
0.8.1-free-fix.patch (text/plain), 512 bytes, created by
Michael Shigorin
on 2007-10-08 19:15:55 MSD
(
hide
)
Description:
gentoo patch: free()
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2007-10-08 19:15:55 MSD
Size:
512 bytes
patch
obsolete
>diff -urN volnorm-0.8.1.orig/src/normvol.c volnorm-0.8.1/src/normvol.c >--- volnorm-0.8.1.orig/src/normvol.c 2001-08-05 16:36:21.000000000 +0000 >+++ volnorm-0.8.1/src/normvol.c 2006-01-13 05:23:51.000000000 +0000 >@@ -112,8 +112,10 @@ > static void normvol_cleanup(void) { > gint channel = 0; > >- for (channel = 0; channel < MAX_CHANNELS; ++channel) >+ for (channel = 0; channel < MAX_CHANNELS; ++channel) { > SmoothDelete(smooth[channel]); >+ smooth[channel] = NULL; >+ } > } > > static void normvol_configure(void)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13051
: 2218 |
2219