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:
ArenM
2021-09-30 14:23:21 -04:00
parent 3d29617977
commit 1a65947176

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++;