cisco/joy

file opened but not closed.

Closed this issue · 2 comments

file opened here:

joy/src/anon.c

Line 310 in 5dd5b71

fp = fopen(pathname, "r");

in lline 339, function returned but file is not closed yet:

joy/src/anon.c

Lines 337 to 340 in 5dd5b71

if (anon_subnet_add_from_string(addr) != ok) {
fprintf(anon_info, "error: could not add subnet %s to anon set\n", addr);
return failure;
}

accepted and fix will be made

hdbui commented