Fixed segmentation fault on freeing temporary history.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 3 Mar 2013 11:09:56 +0000 (12:09 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 3 Mar 2013 11:09:56 +0000 (12:09 +0100)
commitbe041039a1547e051ab83bac3352a0997ed9ac1c
tree0a6c303cd018a452d40f5e17d671e1917a9d308e
parent7d38785554ea973a6b33dda025d237858f7b94bd
Fixed segmentation fault on freeing temporary history.

If the temporary active history where freed, the pointer in the global history
where also freed and crashed the browser if we try to free them again.
src/history.c