mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 16:52:17 +01:00
Merge pull request #38 from alexjfisher/master
Fix segfault whilst freeing urls
This commit is contained in:
commit
fa7f8353aa
@ -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