Skip to content

Commit

Permalink
Last memory leak cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Champ Clark III committed Jun 26, 2018
1 parent 79549b6 commit 5ac62b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/processors/bluedot.c
Expand Up @@ -1117,6 +1117,7 @@ unsigned char Sagan_Bluedot_Lookup(char *data, unsigned char type, int rule_pos

curl_easy_cleanup(curl);
curl_slist_free_all(headers);
curl_global_cleanup();

if ( response == NULL )
{
Expand Down

0 comments on commit 5ac62b1

Please sign in to comment.