[Config] Fix memory leak on failure
authorIra W. Snyder <devel@irasnyder.com>
Tue, 29 Jan 2008 02:44:45 +0000 (18:44 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Tue, 29 Jan 2008 02:44:45 +0000 (18:44 -0800)
commitda6256ac92440808970712f8a0017cf39d6afa91
treeff08a50fee0c44febb5bc33064fb39f54ddd4398
parent29ef9fe856a332fb9dc586bcddca8bc54bb4cdd0
[Config] Fix memory leak on failure

This fixes a small memory leak that would happen when the configuration
system could not find a value in both the user preferences, and in the
default configuration. A GValue was leaked for each value that could not
be found.
tilda-config.c