mirror of
https://github.com/owntracks/recorder.git
synced 2026-02-13 20:49:51 +00:00
add revgeo_free()
This commit is contained in:
6
geo.c
6
geo.c
@@ -205,6 +205,12 @@ void revgeo_init()
|
|||||||
curl = curl_easy_init();
|
curl = curl_easy_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void revgeo_free()
|
||||||
|
{
|
||||||
|
curl_easy_cleanup(curl);
|
||||||
|
curl = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user