Re: frequently updated pixbuf images disapear after a while



On Sun, 27 Aug 2006, rupert wrote:

mh, i noticed that, but when i the fclose in the line before return TRUE i
get a segfault.

You are papering over another fault.  Find that and fix it instead.

It might be that sprintf() creates a string that is too big for the buffer you allocated. Such things can be quite unhealthy, which is why one should use g_sprintf() instead.

-Peter



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]