Commit fd3d5674 authored by Lioncash's avatar Lioncash Committed by linkmauve
Browse files

game_list: Pass the parent constructor argument to the QWidget base class

If the control was ever passed an explicit parent, a potential memory leak
would happen, as the game list wouldn't be freed.

However, in our case, the game list was placed within a layout, which
automatically performs reparenting, avoiding this issue.
parent 926e18d2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment