mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-30 15:52:11 +02:00
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:
@@ -254,7 +254,6 @@ static void fetch_assistance_data(struct EG25Manager *manager)
|
|||||||
|
|
||||||
fflush(tmp_file);
|
fflush(tmp_file);
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
g_free(url);
|
|
||||||
|
|
||||||
/* Go to the next step */
|
/* Go to the next step */
|
||||||
manager->gnss_assistance_step++;
|
manager->gnss_assistance_step++;
|
||||||
|
Reference in New Issue
Block a user