mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
[input] Free phys and uniq device strings
Forgot to do so when I added the strings.
This commit is contained in:
parent
9732952709
commit
144a83d761
1 changed files with 2 additions and 0 deletions
|
@ -388,6 +388,8 @@ close_device (device_t *dev)
|
|||
if (dev->axes) {
|
||||
free (dev->axes);
|
||||
}
|
||||
free (dev->phys);
|
||||
free (dev->uniq);
|
||||
free (dev->name);
|
||||
free (dev->path);
|
||||
free (dev);
|
||||
|
|
Loading…
Reference in a new issue