Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
b2a6c79f
Commit
b2a6c79f
authored
May 05, 2014
by
Dag Haavi Finstad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tiny memory leak in vdir.c
parent
6d71c1f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vdir.c
lib/libvmod_directors/vdir.c
+1
-0
No files found.
lib/libvmod_directors/vdir.c
View file @
b2a6c79f
...
...
@@ -88,6 +88,7 @@ vdir_delete(struct vdir **vdp)
free
(
vd
->
backend
);
free
(
vd
->
weight
);
AZ
(
pthread_mutex_destroy
(
&
vd
->
mtx
));
free
(
vd
->
dir
->
vcl_name
);
FREE_OBJ
(
vd
->
dir
);
vbit_destroy
(
vd
->
vbm
);
FREE_OBJ
(
vd
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment