This bug was fixed in the package ace-of-penguins - 1.3-2
** Changed in: ace-of-penguins (Ubuntu)
Status: Triaged => Fix Released
--
make-imglib.c: missing call to closedir
https://bugs.launchpad.net/bugs/480628
You received this bug notification because you are a member of Ubuntu
Bugs, w
Guess it has to go between lines 117 and 118 in ace-of-penguins/lib
/make-imglib.c
115
116 fclose (f);
117}
Here -> closedir(dir);
118 }
119
--
make-imglib.c: missing call to closedir
https://bugs.launchpad.net/bugs/480628
You received this bug notification because you are a member
Thank you for your bug report. Confirmed.
If you are able to provide a patch or a debdiff, I'll upload it. Otherwise,
I'll take a look at it later.
** Changed in: ace-of-penguins (Ubuntu)
Status: New => Confirmed
** Changed in: ace-of-penguins (Ubuntu)
Importance: Undecided => Low
**