added missing initLogger deallocation
I forgor
This commit is contained in:
parent
091fe43bb2
commit
6862a1815f
@ -1,6 +1,7 @@
|
|||||||
#include <why2.h>
|
#include <why2.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
@ -8,5 +9,6 @@ int main(void)
|
|||||||
|
|
||||||
printf("%d\n", test);
|
printf("%d\n", test);
|
||||||
|
|
||||||
|
close(test);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user