mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 01:48:27 -07:00
add revgeo_free()
This commit is contained in:
parent
4d7dcf2007
commit
49538f0b60
6
geo.c
6
geo.c
@ -205,6 +205,12 @@ void revgeo_init()
|
||||
curl = curl_easy_init();
|
||||
}
|
||||
|
||||
void revgeo_free()
|
||||
{
|
||||
curl_easy_cleanup(curl);
|
||||
curl = NULL;
|
||||
}
|
||||
|
||||
#if 0
|
||||
int main()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user