Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-re2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-re2
Commits
c4ab47a7
Commit
c4ab47a7
authored
Jan 28, 2021
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update signature of task_match fini (changed in Varnish).
parent
7542fa6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
vmod_re2.c
src/vmod_re2.c
+3
-1
No files found.
src/vmod_re2.c
View file @
c4ab47a7
...
...
@@ -58,9 +58,11 @@ const char * const rewrite_name[] = {
};
static
void
free_task_match
(
void
*
p
)
free_task_match
(
VRT_CTX
,
void
*
p
)
{
task_match_t
*
task_match
;
(
void
)
ctx
;
CAST_OBJ_NOTNULL
(
task_match
,
p
,
TASK_MATCH_MAGIC
);
if
(
task_match
->
vre2
!=
NULL
)
vre2_fini
(
&
task_match
->
vre2
);
...
...
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