diff 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
line wrap: on
line diff
--- a/sidinfo.c	Fri Jan 24 04:55:09 2020 +0200
+++ b/sidinfo.c	Sat Jan 25 13:06:02 2020 +0200
@@ -1043,7 +1043,7 @@
     // Shutdown
 error:
     sidlib_free_sid_file(psid);
-    th_io_free(infh);
+    th_io_close(infh);
 
     return TRUE;
 }