Index: trunk/ippScripts/scripts/magic_destreak_cleanup.pl
===================================================================
--- trunk/ippScripts/scripts/magic_destreak_cleanup.pl	(revision 26549)
+++ trunk/ippScripts/scripts/magic_destreak_cleanup.pl	(revision 26550)
@@ -183,5 +183,5 @@
         }
 
-        delete_files($rimage, $rmask, $rweight, $rsources, $rastrom, $bimage, $bmask, $bweight, $bsources, $bastrom);
+        delete_files($rimage, $rmask, $rweight, $rsources, $rastrom, $bimage, $bmask, $bweight, $bsources, $bastrom, $bch_mask, $rch_mask);
 
         if ($stage eq "diff" and $inverse) {
@@ -199,5 +199,6 @@
                 $rsources = $ipprc->filename("$name.SOURCES", $recovery_path_base);
             }
-            delete_files($rimage, $rmask, $rweight, $rsources, undef, $bimage, $bmask, $bweight, $bsources, undef);
+            # undef is not necessary, it's just to keep the lists in the same order.
+            delete_files($rimage, $rmask, $rweight, $rsources, undef, $bimage, $bmask, $bweight, $bsources);
         }
 }
