summaryrefslogtreecommitdiff
blob: efdda66477f6622814a2c2ae47a9ad1ed4d88af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- wav.c	2004-08-25 23:12:11.660273688 -0400
+++ sox-12.17.5/wav.c	2004-08-25 23:12:21.706746392 -0400
@@ -1088,7 +1088,7 @@
 
     if (ft->comment) 
     {
-        free(ft->comment);
+        /* free(ft->comment); */
         ft->comment = 0;
     }