Previous 199869 Revisions Next

r18723 Friday 26th October, 2012 at 17:25:10 UTC by Sandro Ronco
Fixed memory leaks in flopimg.c (nw)
[src/lib/formats]flopimg.c

trunk/src/lib/formats/flopimg.c
r18722r18723
994994{
995995   for (int i=0;i<tracks;i++) {
996996      for (int j=0;j<heads;j++) {
997         global_free(cell_data[(i<<1) + j]);
997         global_free(cell_data[i][j]);
998998      }
999999   }
10001000}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team