GApplication: don't leak 'hint' on remote Open
authorRyan Lortie <desrt@desrt.ca>
Sun, 21 Apr 2013 14:55:40 +0000 (10:55 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 29 Apr 2013 20:39:55 +0000 (13:39 -0700)
commit0646e00e2522490b41f39fc25a4093bb61e8a4dc
tree70b6b32173729224778c9816b6f588025ff43e93
parent706e636ab83de76c22ed7f2e56df9a1bcb49b39a
GApplication: don't leak 'hint' on remote Open

We were using format string "s" to deconstruct the open hint into a
'const gchar *' which, of course, we never freed.  Fix that.
gio/gapplicationimpl-dbus.c