valgrindage
2002-12-13 Mike Kestner <mkestner@ximian.com> * e-table-item.c (eti_table_model_rows_deleted): valgrindage svn path=/trunk/; revision=19119
This commit is contained in:
committed by
Mike Kestner
parent
02a2b0046f
commit
2d40006720
@ -1172,7 +1172,7 @@ eti_table_model_rows_deleted (ETableModel *table_model, int row, int count, ETab
|
||||
g_assert (row <= eti->rows);
|
||||
|
||||
if (eti->height_cache) {
|
||||
memmove(eti->height_cache + row, eti->height_cache + row + count, (eti->rows - row) * sizeof(int));
|
||||
memmove(eti->height_cache + row, eti->height_cache + row + count, (eti->rows - row - count) * sizeof(int));
|
||||
}
|
||||
|
||||
eti_unfreeze (eti);
|
||||
|
||||
Reference in New Issue
Block a user