Re: frequently updated pixbuf images disapear after a while
- From: "Peter \"Firefly\" Lund" <firefly diku dk>
- To: rupert <rupertt gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: frequently updated pixbuf images disapear after a while
- Date: Sun, 27 Aug 2006 11:43:30 +0200 (CEST)
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]