Re: frequently updated pixbuf images disapear after a while
- From: David Nečas (Yeti) <yeti physics muni cz>
- To: gtk-app-devel-list gnome org
- Subject: Re: frequently updated pixbuf images disapear after a while
- Date: Sun, 27 Aug 2006 11:32:51 +0200
On Sun, Aug 27, 2006 at 10:37:18AM +0200, rupert wrote:
   FILE *fp = fopen(mapper_chk_cmd, "r");
   if(fp) {
       return TRUE;
   } else {
       return FALSE;
   }
   fclose(fp);
file descriptor leak.
?? what  do you mean with that, how can i fix that?
How it can perform the fclose() when it always returns
before it?  It cannot -- so the file is never closed.
Yeti
--
Anonyms eat their boogers.
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]