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