Skip to content

Commit c1ea9b9

Browse files
authored
Merge pull request #52 from tautschnig/fix-missing-word
Fix word forgotten in fb00248
2 parents 890ad96 + 8c39585 commit c1ea9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool-wrapper.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ parse_result()
6161
grep -Eq "^(\[.*\] double free|[[:space:]]*double free$)" ; then
6262
echo 'FALSE(valid-free)'
6363
elif tail -n 50 $LOG.ok | \
64-
grep -Eq "^(\[.*\] free called for stack-allocated object|[[:space:]]*called for stack-allocated object$)" ; then
64+
grep -Eq "^(\[.*\] free called for stack-allocated object|[[:space:]]*free called for stack-allocated object$)" ; then
6565
echo 'FALSE(valid-free)'
6666
elif tail -n 50 $LOG.ok | \
6767
grep -Eq "^(\[.*\] free argument has offset zero|[[:space:]]* free argument has offset zero$)" ; then

0 commit comments

Comments
 (0)