mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
tests/t1001-rcxml-nodenames-simple.c: fix leak
This commit is contained in:
parent
49d2e029aa
commit
0ede4c61e6
1 changed files with 1 additions and 0 deletions
|
|
@ -43,5 +43,6 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
ok1(!strcmp(expect, actual.buf));
|
ok1(!strcmp(expect, actual.buf));
|
||||||
free(actual.buf);
|
free(actual.buf);
|
||||||
|
free(source.buf);
|
||||||
return exit_status();
|
return exit_status();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue