]> git.saurik.com Git - wxWidgets.git/commit
g_value_set_string duplicates the string itself, so don't do it ourselves only to...
authorMart Raudsepp <leio@gentoo.org>
Wed, 15 Mar 2006 07:41:10 +0000 (07:41 +0000)
committerMart Raudsepp <leio@gentoo.org>
Wed, 15 Mar 2006 07:41:10 +0000 (07:41 +0000)
commit9d655692b9af615a55fb80b728dbae6d3b9678cc
tree7e10b7fd490ab2ac225a17299a14865f7c6372b5
parent35a489dd907f1b1754e266ab8d5c45f9d17d7421
g_value_set_string duplicates the string itself, so don't do it ourselves only to leak memory.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/treeentry_gtk.c