Skip to content
Snippets Groups Projects
Commit 4db200e2 authored by an7s's avatar an7s
Browse files

formatting changes - ignore

Former-commit-id: 8945bb40bc258c939a13d7f04caa693e2544c073
parent 50524bc9
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ int appfw_ldap_isFilterOperator(char c)
int appfw_ldap_verify(const char *p_filter)
{
int length = strlen(p_filter);
matched_record** matched_signatures = appfw_allocate_matched_signatures(length);
matched_record** matched_signatures = appfw_allocate_matched_signatures(length);
char *p_taint=malloc(length+1);
appfw_establish_taint(p_filter, p_taint, matched_signatures);
......@@ -73,6 +73,6 @@ int appfw_ldap_verify(const char *p_filter)
}
}
free(p_taint);
free(p_taint);
return 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment