[xiph-cvs] cvs commit: postfish reconstruct.c
Monty
xiphmont at xiph.org
Sat Dec 13 04:27:14 PST 2003
xiphmont 03/12/13 07:27:08
Modified: . reconstruct.c
Log:
Initialization leak fix
Revision Changes Path
1.2 +1 -0 postfish/reconstruct.c
Index: reconstruct.c
===================================================================
RCS file: /usr/local/cvsroot/postfish/reconstruct.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reconstruct.c 13 Dec 2003 12:02:11 -0000 1.1
+++ reconstruct.c 13 Dec 2003 12:26:55 -0000 1.2
@@ -40,6 +40,7 @@
if(n!=cached_n){
if(n)drft_clear(&fft);
drft_init(&fft,n);
+ cached_n=n;
}
}
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list