bluetooth-client: initialize render notify cb to NULL.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Nov 2014 14:04:00 +0000 (16:04 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Nov 2014 14:04:00 +0000 (16:04 +0200)
src/plugins/bluetooth-client/clients.c

index 8ddfe19..7307fd7 100644 (file)
@@ -95,6 +95,7 @@ int clients_start(context_t *ctx)
 
     callbacks.notify_focus = notify_focus;
     callbacks.notify_command = notify_command;
+    callbacks.notify_render = NULL;
 
     clients->srs_client = client_create(srs, SRS_CLIENT_TYPE_BUILTIN,
                                         PLUGIN_NAME, "voicerec",