Quantcast
Channel: HTML Renderer
Viewing all articles
Browse latest Browse all 693

Created Unassigned: Crash in class HtmlContainerInt, fct Clear [9081]

$
0
0
class HtmlContainerInt, Crash Null pointer exception :
public void Clear()
{
_hoverBoxes.Clear(); <<< === PTR _hoverBoxes is NULL
...
}
We need to insert at the beginning:
if(_hoverBoxes != null)

Thanks

Viewing all articles
Browse latest Browse all 693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>