[Armadillo:06671] Re: GDK 画像表示の縮小でのメモリ問題
Yasushi SHOJI
email@hidden
2011年 1月 28日 (金) 13:43:40 JST
At Fri, 28 Jan 2011 13:08:22 +0900,
MasakiAoyama wrote:
>
> 1.縮小表示させるたびにfreeコマンドで見える空きメモリが減っていく
[...]
> // 縮小表示に戻す(原寸pixbufから縮小版pixbufを再作成)
> pixbuf = gdk_pixbuf_scale_simple( g_pixbuf_base_image,
ここで、生成した pixbuf を開放していなからでは?
http://library.gnome.org/devel/gdk-pixbuf/stable/gdk-pixbuf-scaling.html#gdk-pixbuf-scale-simple
Returns : the *new* GdkPixbuf, or NULL if not enough memory
could be allocated for it
# emphasis mine.
--
yashi
armadillo メーリングリストの案内