Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
d87981e4
Commit
d87981e4
authored
21 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
include ares_private.h to make sure we get the memdebug stuff included
parent
59091fa8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ares/ares_destroy.c
+2
-1
2 additions, 1 deletion
ares/ares_destroy.c
ares/ares_expand_name.c
+1
-0
1 addition, 0 deletions
ares/ares_expand_name.c
ares/ares_free_hostent.c
+1
-0
1 addition, 0 deletions
ares/ares_free_hostent.c
with
4 additions
and
1 deletion
ares/ares_destroy.c
+
2
−
1
View file @
d87981e4
...
...
@@ -28,7 +28,8 @@ void ares_destroy(ares_channel channel)
for
(
i
=
0
;
i
<
channel
->
ndomains
;
i
++
)
free
(
channel
->
domains
[
i
]);
free
(
channel
->
domains
);
free
(
channel
->
sortlist
);
if
(
channel
->
sortlist
)
free
(
channel
->
sortlist
);
free
(
channel
->
lookups
);
while
(
channel
->
queries
)
{
...
...
This diff is collapsed.
Click to expand it.
ares/ares_expand_name.c
+
1
−
0
View file @
d87981e4
...
...
@@ -24,6 +24,7 @@
#include
<stdlib.h>
#include
"ares.h"
#include
"ares_private.h"
/* for the memdebug */
static
int
name_length
(
const
unsigned
char
*
encoded
,
const
unsigned
char
*
abuf
,
int
alen
);
...
...
This diff is collapsed.
Click to expand it.
ares/ares_free_hostent.c
+
1
−
0
View file @
d87981e4
...
...
@@ -22,6 +22,7 @@
#endif
#include
"ares.h"
#include
"ares_private.h"
/* for memdebug */
void
ares_free_hostent
(
struct
hostent
*
host
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment