closes socket

This commit is contained in:
smayzy 2026-04-11 15:12:54 +02:00
parent acc093b2a2
commit 25d8136d74

View File

@ -513,5 +513,6 @@ int main(int argc, char **argv) {
delwin(tel.mot_temp.lwin);
delwin(tel.message.lwin);
endwin();
if (use_can) close(soc);
return 0;
}