Private
Public Access
2
0

mraa: add deinit function for valgrind testing

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-07-01 16:38:41 +01:00
parent b1def2a784
commit 437e26781c
3 changed files with 16 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ int
main(int argc, char **argv)
{
fprintf(stdout, "hello mraa\n Version: %s\n", mraa_get_version());
mraa_deinit();
return 0;
}
//! [Interesting]