Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
ccc2797a
Commit
ccc2797a
authored
Aug 09, 1998
by
Kurt Zeilenga
Browse files
LDAPworldP21: SLAPD Memory leak/error in filterentry.c
parent
29062d06
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/filterentry.c
View file @
ccc2797a
...
...
@@ -223,11 +223,12 @@ test_approx_filter(
w2
=
next_word
(
w2
)
)
{
c2
=
phonetic
(
w2
);
if
(
strcmp
(
c1
,
c2
)
==
0
)
{
free
(
c2
);
break
;
}
free
(
c2
);
}
free
(
c1
);
free
(
c2
);
/*
* if we stopped because we ran out of words
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment