]> Pileus Git - ~andy/gtk/commit
Fix memory leak, and fix two instances where a GtkRequisition and a
authorCody Russell <bratsche@gnome.org>
Mon, 8 Oct 2007 15:02:23 +0000 (15:02 +0000)
committerCody Russell <bratsche@src.gnome.org>
Mon, 8 Oct 2007 15:02:23 +0000 (15:02 +0000)
commit0fd21fa2eda0db101ef8f3294accdbb18874178a
tree85ad782de521e676e0b971ea4d25141ce4e7a948
parentd9e345d084942603bbd5f7caad98b676763081b0
Fix memory leak, and fix two instances where a GtkRequisition and a

2007-10-08  Cody Russell  <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c:
(draw_tab): Fix memory leak, and fix two instances where
a GtkRequisition and a GtkBorder were being freed with
g_free() rather than gtk_requisition_free() and
gtk_border_free(). (#484730, Daniel Atallah)

svn path=/trunk/; revision=18893
ChangeLog
modules/engines/ms-windows/msw_style.c