Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2000:
[Freeciv-Dev] client memory leak
Home

[Freeciv-Dev] client memory leak

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] client memory leak
From: Thue Janus Kristensen <thue@xxxxxxx>
Date: Sun, 11 Jun 2000 18:08:56 +0200

Playing with the MemProf program that came with my newly installed helix
GNOME I found 2 memory leaks. (see patch)

Whats funny is that the program also reports that the allocation at
gui-gtk/graphics.c:290  :
        im=gdk_imlib_load_image((char*)filename)
doesn't get freed, even though we shortly after call
        gdk_imlib_destroy_image (im);
(as far as I can see, I can't find any manual for MemProf)

-Thue

Attachment: mem_leak.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]