--- io.c.~1~	2000-06-27 10:33:55.000000000 -0600
+++ io.c	2004-08-12 12:14:22.000000000 -0600
@@ -930,7 +930,7 @@
 void mus_untableptr(int ip_1) 
 {
   MUS_SAMPLE_TYPE *ip; 
-  ip = delist_ptr(ip_1); 
+  ip =  mus_table2ptr(ip_1);
   if (ip) FREE(ip); 
   long_int_p_table[ip_1] = NULL;
 }
