gui: Fix g_object_get() memory leaks for PsppireWindow's filename.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 4 Apr 2011 05:02:47 +0000 (22:02 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 3 May 2011 14:52:49 +0000 (07:52 -0700)
g_object_get() makes a copy of strings that it returns, so every call
for "filename" was returning a copied string that the caller did not
free.


No differences found