commit | 3219e0314e3d1d39a57db330faa5693ce0264244 | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Aug 24 22:49:13 2015 +0000 |
committer | nicm <nicm> | Mon Aug 24 22:49:13 2015 +0000 |
tree | aac9af749f8cda1fe1291945fc248b732fd33c69 | |
parent | 58b659a26e3c558614155ba351e7f275f277e4d3 [diff] |
In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear the destination celldata pointer rather than leaving a stale copy of the source pointer (which may later be freed). Fixes a crash found by Kuang-che Wu.