implemented deallocateLogger in logger-test
This commit is contained in:
parent
453a8a1cca
commit
f2b059da13
@ -1,7 +1,6 @@
|
||||
#include <why2.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
@ -9,6 +8,6 @@ int main(void)
|
||||
|
||||
printf("%d\n", test);
|
||||
|
||||
close(test);
|
||||
deallocateLogger(test);
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user