Skip to content

region: Don't leak GFile objects

Creating the restart file leaked GFile objects. It also stored the path in the object, which is unnecessary as it can just be generated on demand.

This leak has was introduced when the feature was in db551f1c

Merge request reports