examples/ges-ui: Remove useless NULL check
authorSebastian Dröge <sebastian@centricular.com>
Tue, 28 Feb 2017 10:50:31 +0000 (12:50 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 28 Feb 2017 10:50:31 +0000 (12:50 +0200)
commitda399fb196de5e4bda36ed4f8323bc943318533e
tree0dd3e324535164ad5865639cd9a39e3361a22c7b
parentfe2efd161dbacfc442759b294150d719c2a3fe18
examples/ges-ui: Remove useless NULL check

g_new0() will abort if allocation fails.

CID 1139842
examples/c/ges-ui.c