heap corruption?

This commit is contained in:
Denis 2023-12-08 01:27:48 +01:00
parent dc06046f7c
commit 55125bb3ce
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
3 changed files with 8 additions and 6 deletions

View file

@ -4,7 +4,7 @@
int dev_evdev_open(
const uinput_filters_t *const in_filters,
struct libevdev* out_evdev
struct libevdev* *const out_evdev
);
void dev_evdev_close(struct libevdev* out_evdev);