Description: fclose added at the end of stl_print_neighbors function
Bug-Debian: http://bugs.debian.org/597159
Author: Bilal Akhtar <bilalakhtar@ubuntu.com>

--- a/stl_io.c
+++ b/stl_io.c
@@ -197,6 +197,7 @@
 	      stl->neighbors_start[i].neighbor[2],
 	      (int)stl->neighbors_start[i].which_vertex_not[2]);
     }
+    fclose(fp);
 }
 
 static void
