View | Details | Raw Unified | Return to bug 15363
Collapse All | Expand All

(-)src/sys/dev/syscons/schistory.c (+1 lines)
Lines 135-140 Link Here
135
	if (prev_history != NULL) {
135
	if (prev_history != NULL) {
136
		extra_history_size += delta;
136
		extra_history_size += delta;
137
		sc_vtb_destroy(prev_history);
137
		sc_vtb_destroy(prev_history);
138
		free(prev_history, M_DEVBUF);
138
	}
139
	}
139
140
140
	scp->history = history;
141
	scp->history = history;

Return to bug 15363