Merge branch 'gnss_upload_doublefree' into 'master'

gnss: fix double free introduced by !29

See merge request mobian1/devices/eg25-manager!33
This commit is contained in:
Arnaud Ferraris
2021-09-30 23:19:57 +00:00

View File

@@ -254,7 +254,6 @@ static void fetch_assistance_data(struct EG25Manager *manager)
fflush(tmp_file);
curl_easy_cleanup(curl);
g_free(url);
/* Go to the next step */
manager->gnss_assistance_step++;