Skip to content

Commit 2c1d56d

Browse files
authored
Merge pull request #63 from viktormalik/memcleanup-property
Option for the valid-memcleanup property
2 parents 9abe43d + 85af89b commit 2c1d56d

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
@@ -10,7 +10,7 @@ OPTIONS["unreach_call"]=""
1010
OPTIONS["termination"]=""
1111
OPTIONS["overflow"]="--signed-overflow-check --no-assertions"
1212
OPTIONS["memsafety"]="--pointer-check --memory-leak-check --bounds-check --no-assertions"
13-
OPTIONS["memcleanup"]="--pointer-check --memory-leak-check --bounds-check --no-assertions"
13+
OPTIONS["memcleanup"]="--pointer-check --memory-leak-check --memory-cleanup-check --bounds-check --no-assertions"
1414

1515
parse_property_file()
1616
{

0 commit comments

Comments
 (0)