git-svn-id: svn://svn.valgrind.org/valgrind/trunk@468
while (VG_(isdigit)(opt[i])) i++;
if ('\0' != opt[i]) goto bad;
+ VG_(free)(VG_AR_PRIVATE, opt);
+
cache->size = (Int)VG_(atoll)(opt + i1);
cache->assoc = (Int)VG_(atoll)(opt + i2);
cache->line_size = (Int)VG_(atoll)(opt + i3);
while (VG_(isdigit)(opt[i])) i++;
if ('\0' != opt[i]) goto bad;
+ VG_(free)(VG_AR_PRIVATE, opt);
+
cache->size = (Int)VG_(atoll)(opt + i1);
cache->assoc = (Int)VG_(atoll)(opt + i2);
cache->line_size = (Int)VG_(atoll)(opt + i3);