diff --git a/src/zmapWindow/zmapWindowColBump.c b/src/zmapWindow/zmapWindowColBump.c
index 2da5b17a54523faed314beee7021c85c6224ecd3..3300064877fa9b85c4a9745033c2dec5aaaba3c9 100755
--- a/src/zmapWindow/zmapWindowColBump.c
+++ b/src/zmapWindow/zmapWindowColBump.c
@@ -29,7 +29,7 @@
  * HISTORY:
  * Last edited: Jan 11 09:16 2010 (edgrif)
  * Created: Tue Sep  4 10:52:09 2007 (edgrif)
- * CVS info:   $Id: zmapWindowColBump.c,v 1.55 2010-01-14 13:42:43 mh17 Exp $
+ * CVS info:   $Id: zmapWindowColBump.c,v 1.56 2010-01-15 11:05:35 mh17 Exp $
  *-------------------------------------------------------------------
  */
 
@@ -913,7 +913,7 @@ static void bumpColCB(gpointer data, gpointer user_data)
 	    bump_data->pos_list = g_list_append(bump_data->pos_list, new_range) ;
 
 	    offset = new_range->offset ;
-	    g_free(new_range);
+
 	    break ;
 	  }
 	case ZMAPBUMP_NAME:
@@ -967,7 +967,6 @@ static void bumpColCB(gpointer data, gpointer user_data)
 	    bump_data->pos_list = g_list_append(bump_data->pos_list, new_range) ;
 	    
 	    offset = new_range->offset ;
-          g_free(new_range);
 	    
 	    break ;
 	  }