From 3172dcf410efed8373434614baaa918706f43272 Mon Sep 17 00:00:00 2001
From: mh17 <mh17>
Date: Fri, 15 Jan 2010 11:05:35 +0000
Subject: [PATCH] reverted yesterdays non-fix

---
 src/zmapWindow/zmapWindowColBump.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/zmapWindow/zmapWindowColBump.c b/src/zmapWindow/zmapWindowColBump.c
index 2da5b17a5..330006487 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 ;
 	  }
-- 
GitLab