check_keyring: plug memory leak

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andrew Gregory 2014-01-03 14:43:05 -05:00 committed by Allan McRae
parent ffa4c6fc8f
commit 480a9ff82f
1 changed files with 1 additions and 0 deletions

View File

@ -1026,6 +1026,7 @@ static int check_keyring(alpm_handle_t *handle)
}
FREELIST(keys);
}
free(decoded_sigdata);
}
}
}