diff options
author | Stinson Linden <stinson@lindenlab.com> | 2014-04-23 17:57:23 +0100 |
---|---|---|
committer | Stinson Linden <stinson@lindenlab.com> | 2014-04-23 17:57:23 +0100 |
commit | 5e225213f6bdb7b4ca97abfef99b2249a1f88638 (patch) | |
tree | 06ca57dfa9d5a02bf40e819e4d05a122652fe7bf /indra/llmessage/llares.h | |
parent | 041f267d6a5a4c6251a113accdf0003301beb6a9 (diff) |
MAINT-4009: Adding an ares cleanup call to free the allocated memory.
Diffstat (limited to 'indra/llmessage/llares.h')
-rwxr-xr-x | indra/llmessage/llares.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llares.h b/indra/llmessage/llares.h index 800781ee88..0b5d49e322 100755 --- a/indra/llmessage/llares.h +++ b/indra/llmessage/llares.h @@ -578,5 +578,6 @@ extern LLAres *gAres; * thread safe. */ extern LLAres *ll_init_ares(); +extern void ll_cleanup_ares(); #endif // LL_LLARES_H |