Author :
Adrien Destugues
Date :
2019-11-11 22:14:00
Hash :3b516e63 Message :haiku: Fix crash when opening window.
- _num_clips was not set in constructor, so a NULL _clips could be
mistakenly dereferenced.
- As _clips is accessible outside the class, it is not a good idea to
free/reallocate it. Try to limit this by reallocating only when it needs to
grow.
Partially fixes Bugzilla #4442.