diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-07-12 14:40:29 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-07-12 14:40:29 -0400 |
commit | 0856f155988da7dfc10eee25157525466ab32f20 (patch) | |
tree | c3faec980753c032e10ef8d4d6403239a512f53a /src/ui.cc | |
parent | f487829c3f7edf56e666d0be79a979b6af46a9bc (diff) |
cppcheck: Fix realloc mistake (3 times).
realloc may fail and return NULL, in that case the array contents were lost.
Dillo would exit a couple of lines later anyway, but it's better to
exit in a clean way.
Diffstat (limited to 'src/ui.cc')
0 files changed, 0 insertions, 0 deletions