mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
gnss: fix double free introduced by !29
!29 changed the url varible in fetch_assistance_data to use g_autofree, but didn't remove all calls to free it.
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