diff options
author | Samuel Rødal <srodal@gmail.com> | 2014-10-31 18:56:48 +0100 |
---|---|---|
committer | Samuel Rødal <srodal@gmail.com> | 2014-11-03 12:48:43 +0100 |
commit | b4f2205830a4dc199452bc26fb8cab6741a3d4e7 (patch) | |
tree | d9cd6450b3550767960d56334463d46a1cbdf0d7 /Source/JavaScriptCore/Scripts/generate-js-builtins.py | |
parent | 6306a74a243dd8a5db85dd9c6dd04d33ecc09569 (diff) | |
download | qtwebkit-b4f2205830a4dc199452bc26fb8cab6741a3d4e7.tar.gz |
Fixed crash in QGraphicsWebView when clicking on links
The mouse event passed to this function is allocated on the stack, so
we can't delete it. Also, it doesn't make sense to allocate a new one
which immediately gets leaked. The intent must have been to use the ev
parameter as a return parameter - that's what it looks like on the
caller side.
Change-Id: I023cd7895a278eada4ad4acd233741aff837fed6
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'Source/JavaScriptCore/Scripts/generate-js-builtins.py')
0 files changed, 0 insertions, 0 deletions