Skip to content

Commit

Permalink
[unit] Remove temporary directory
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Aug 5, 2019
1 parent 288ca7b commit 0351ef4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -469,6 +469,7 @@ test_multiple_ndefs(
g_unlink(fname[i]);
g_free(fname[i]);
}
g_rmdir(dir);
g_free(dir);
}

Expand Down

0 comments on commit 0351ef4

Please sign in to comment.