merge-requests/569/head
Benoit JUIN 2023-11-30 04:53:35 +01:00
rodzic ec9efba602
commit 0255c74669
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1190,6 +1190,8 @@ sane_exit (void)
lexmark_device = next_lexmark_device)
{
next_lexmark_device = lexmark_device->next;
free (lexmark_device->transfer_buffer);
free (lexmark_device->read_buffer);
free (lexmark_device);
}