broadband-modem-mbim: avoid use of uninitialized variable

This commit is contained in:
Aleksander Morgado
2018-07-30 23:30:43 +02:00
parent ebe9fcd574
commit 3a4a137de3

View File

@@ -268,7 +268,7 @@ modem_load_model (MMIfaceModem *self,
GAsyncReadyCallback callback,
gpointer user_data)
{
gchar *model;
gchar *model = NULL;
GTask *task;
MMPortMbim *port;