shithub: sox

Download patch

ref: 8f1b6a03f44f937c936b15a52e9c59170a52bba0
parent: e32b9fd834d00654bf973fa435aa8dce624edf90
author: rrt <rrt>
date: Mon Dec 11 22:16:15 EST 2006

Remove an out-of-date FIXME.

--- a/src/wav.c
+++ b/src/wav.c
@@ -1179,9 +1179,6 @@
 
     if (ST_IS_BIGENDIAN) ft->info.swap = ft->info.swap ? 0 : 1;
 
-    /* FIXME: This reserves memory but things could fail
-     * later on and not release this memory.
-     */
     if (ft->info.encoding != ST_ENCODING_ADPCM &&
         ft->info.encoding != ST_ENCODING_IMA_ADPCM &&
         ft->info.encoding != ST_ENCODING_GSM)