nlecomposition: Suppress error from child during sync state with parent
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 8 Feb 2019 04:54:06 +0000 (13:54 +0900)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 6 Mar 2019 13:31:01 +0000 (13:31 +0000)
commit50e40ba621571c27ffe5984a71ae5f9b0e721839
tree18d77c740e849401b0bf476263a95a40ed82fb55
parent4c94de3c385e8da34d19de3e1ec313ffa0275dd5
nlecomposition: Suppress error from child during sync state with parent

This commit is to ensure cleanup internal elements on state change failure.

nlecomposition posts its own error message after cleanup child.
If we don't suppress child error, meanwhile, an application
triggered downward state change (resulting from child error message)
might be able to reach nlecomposition before internal cleaning child up.
That eventually results to downward state change failure.
plugins/nle/nlecomposition.c