diff --git a/gnome/src/conference_obj.c b/gnome/src/conference_obj.c
index d77f7d35b8c3eb3f747e7538620d3cf903cae25b..5f3ce84f5018fd3d4e52b546fb7e86ae34f3f564 100644
--- a/gnome/src/conference_obj.c
+++ b/gnome/src/conference_obj.c
@@ -51,11 +51,6 @@ create_new_conference(conference_state_t state, const gchar* const confID)
     // Allocate memory
     conference_obj_t *new_conf = g_new0(conference_obj_t, 1);
 
-    if (!new_conf) {
-        ERROR("Could not allocate data ");
-        return NULL;
-    }
-
     // Set state field
     new_conf->_state = state;