From: Philip Chimento Date: Thu, 3 Dec 2009 20:53:22 +0000 (+0000) Subject: Fixed freeing data at stop & start. Previously the root window was set to NULL when... X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=cbd4cb7f8c62b2ba51329a4cb082a96115a7529d;hp=cbd4cb7f8c62b2ba51329a4cb082a96115a7529d;p=rodin%2Fchimara.git Fixed freeing data at stop & start. Previously the root window was set to NULL when the plugin stopped, which broke window rearrangement and also caused a memory leak because the tree of windows wasn't freed. Now the windows are only freed when another plugin starts. git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@196 ddfedd41-794f-dd11-ae45-00112f111e67 ---