comparison sidinfo.c @ 355:9924d4518932

Adjust to th-libs ioctx API change.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Jan 2020 13:06:02 +0200
parents 4978ff445572
children 522c8a77ad54
comparison
equal deleted inserted replaced
354:0e818307e90b 355:9924d4518932
1041 } 1041 }
1042 1042
1043 // Shutdown 1043 // Shutdown
1044 error: 1044 error:
1045 sidlib_free_sid_file(psid); 1045 sidlib_free_sid_file(psid);
1046 th_io_free(infh); 1046 th_io_close(infh);
1047 1047
1048 return TRUE; 1048 return TRUE;
1049 } 1049 }
1050 1050
1051 1051