This commit is contained in:
Wim Taymans 2016-11-16 17:21:59 +01:00
parent dfbfb4c9ee
commit 0d2fa5ebc8
6 changed files with 66 additions and 79 deletions

View file

@ -1289,8 +1289,6 @@ pinos_client_node_new (PinosCore *core,
PinosClientNodeImpl *impl;
PinosClientNode *this;
g_return_val_if_fail (core, NULL);
impl = calloc (1, sizeof (PinosClientNodeImpl));
impl->core = core;
impl->ctrl_fd = -1;