Merge pull request #26 from lioncash/va
soc_ioctl: Add missing va_end call
This commit is contained in:
commit
6c35f3c175
@ -33,5 +33,7 @@ int ioctl(int fd, int request, ...)
|
||||
break;
|
||||
}
|
||||
|
||||
va_end(ap);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user