mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-21 06:54:15 +01:00
Fix segfault whilst freeing urls
This commit is contained in:
parent
164296af28
commit
d35d5bfb30
@ -1076,7 +1076,7 @@ done:
|
||||
size_t i;
|
||||
for(i = 0; i < templates; i++)
|
||||
{
|
||||
free(urls[templates]);
|
||||
free(urls[i]);
|
||||
}
|
||||
}
|
||||
if (ykc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user