Skip to content

Commit f9d1178

Browse files
committed
Target: Free list data array
1 parent cc397a5 commit f9d1178

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scratch/target.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Target::~Target()
3434
{
3535
if (impl->variableData)
3636
free(impl->variableData);
37+
38+
if (impl->listData)
39+
free(impl->listData);
3740
}
3841

3942
/*! Returns true. */

0 commit comments

Comments
 (0)