Browse Source

Bugfix: klondike: Don't try to free off the stack

Luke Dashjr 12 years ago
parent
commit
c55e7446ab
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-klondike.c

+ 0 - 1
driver-klondike.c

@@ -537,7 +537,6 @@ static void display_kline(struct cgpu_info *klncgpu, KLINE *kline, const char *m
 				klncgpu->drv->name, klncgpu->device_id,
 				klncgpu->drv->name, klncgpu->device_id,
 				(int)(kline->hd.dev), msg, kline->hd.cmd,
 				(int)(kline->hd.dev), msg, kline->hd.cmd,
 				hexdata);
 				hexdata);
-			free(hexdata);
 			break;
 			break;
 		}
 		}
 	}
 	}