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
10dafbc6
Commit
10dafbc6
authored
May 13, 2017
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plug harmless leak
Spotted by coverity.
parent
b4fc49a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vsm.c
lib/libvarnishapi/vsm.c
+3
-0
No files found.
lib/libvarnishapi/vsm.c
View file @
10dafbc6
...
@@ -152,7 +152,10 @@ VSM_n_Arg(struct VSM_data *vd, const char *arg)
...
@@ -152,7 +152,10 @@ VSM_n_Arg(struct VSM_data *vd, const char *arg)
REPLACE
(
vd
->
name
,
name
);
REPLACE
(
vd
->
name
,
name
);
REPLACE
(
vd
->
dname
,
dname
);
REPLACE
(
vd
->
dname
,
dname
);
REPLACE
(
vd
->
iname
,
VSB_data
(
vsb
));
REPLACE
(
vd
->
iname
,
VSB_data
(
vsb
));
VSB_destroy
(
&
vsb
);
VSB_destroy
(
&
vsb
);
free
(
name
);
free
(
dname
);
return
(
1
);
return
(
1
);
}
}
...
...
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