GFile: fix uninitialised variable
authorRyan Lortie <desrt@desrt.ca>
Thu, 2 Jan 2014 17:54:12 +0000 (12:54 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 2 Jan 2014 17:54:12 +0000 (12:54 -0500)
commitc09cfc1c8a218a320faa7f624e6ac3194fcd8049
tree8afa532f93960ca569f7d0d7344d6d2607355f89
parent51b3dd73329ddabfd4fd72c23fa220ee948a854f
GFile: fix uninitialised variable

clang cause the fact that some of our 'goto out;' cases cause use to try
and free an uninitialised GString.  Fix that up.
gio/gfile.c