]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4910/3: Avoid crash when g_spawn_sync () fails
authorMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 30 Jun 2016 14:22:55 +0000 (23:22 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 7 Jul 2016 21:45:53 +0000 (06:45 +0900)
commite740e74f900465daf4bffb9361cf42bdbf47ffc8
tree8459846048fdf9fb0e5859a62b9eb6304c204198
parentf97af256ef891d0501c9a6d7985b74a23d7ebe6a
Issue 4910/3: Avoid crash when g_spawn_sync () fails

When g_spawn_sync () fails,
`standard_output` and `standard_error` may not be set.
This commit makes to check whether or not the value is valid.
lily/general-scheme.cc