Skip to content
Commit 0520d582 authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Fix delete/delete[] mismatch

bits is only allocated in one place

characterBitmaps[ch]->bits = new char[size != 0 ? size : 1];
parent 04e805ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment