mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
rmsgpack_dom: Add missing va_end call
This commit is contained in:
parent
774b350e9e
commit
b6926ced77
@ -404,7 +404,10 @@ int rmsgpack_dom_read_into(int fd, ...)
|
||||
(void)value_type;
|
||||
|
||||
if (rv < 0)
|
||||
{
|
||||
va_end(ap);
|
||||
return rv;
|
||||
}
|
||||
|
||||
if (map.type != RDT_MAP)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user