ges-launcher: don't leak sanitized_timeline string
authorJustin Kim <justin.kim@collabora.com>
Fri, 12 Feb 2016 18:18:24 +0000 (19:18 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 9 Mar 2016 09:42:14 +0000 (10:42 +0100)
commit61c25a312f06f61b65037db65d337a7d76346a3b
tree6609c37f71bc713de8afa0d3b3b499a7b3b140f0
parent1069cca0e01b544fde1d38e8dcc075f5c7a94267
ges-launcher: don't leak sanitized_timeline string

Summary:
sanitized_timeline is created when parsing command line,
but it isn't free'd.

Reviewers: thiblahute

Differential Revision: https://phabricator.freedesktop.org/D382
tools/ges-launcher.c