PERFORCE change 147629 for review

Konrad Jankowski konrad at FreeBSD.org
Sun Aug 17 07:00:38 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147629

Change 147629 by konrad at vspredator on 2008/08/17 06:59:44

	Back out my excessive optimization.

Affected files ...

.. //depot/projects/soc2008/konrad_collation/libc/string/strxfrm.c#8 edit

Differences ...

==== //depot/projects/soc2008/konrad_collation/libc/string/strxfrm.c#8 (text+ko) ====

@@ -138,7 +138,7 @@
  	}
 	sverrno = errno;
 	free(wcs);
-	for (i = COLL_WEIGHTS_MAX - 1; i >= 0; i--)
+	for (i = 0; i < COLL_WEIGHTS_MAX; i++)
 		free(xf[i]);
 	errno = sverrno;
 


More information about the p4-projects mailing list