broadband-modem: plug memleak when building AT command

This commit is contained in:
Aleksander Morgado
2012-03-28 15:13:38 +02:00
parent f0b02ce321
commit 029cb2abe9

View File

@@ -2093,6 +2093,7 @@ get_next_facility_lock_status (LoadEnabledFacilityLocksContext *ctx)
FALSE,
(GAsyncReadyCallback)clck_single_query_ready,
ctx);
g_free (cmd);
return;
}
}