]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4910/1: Fix memory leak in ly:spawn ()
authorMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 30 Jun 2016 13:59:15 +0000 (22:59 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 7 Jul 2016 21:45:25 +0000 (06:45 +0900)
commite5c35162e112e97b1e3562cb2386f76160d48339
tree78452225e2f42984ddec39e5c1dd1aa5735913cb
parent15115dd5c9b20b7fe6b1ee4f09f52a2c7c9bbe93
Issue 4910/1: Fix memory leak in ly:spawn ()

This commit makes free the memory allocated by g_spawn_sync ().
lily/general-scheme.cc