shithub: puzzles

Download patch

ref: 1dc1ed786fda790f60f2fe9f8e7c404c73ae64da
parent: 4b5422181deb3b09a7926aa51a7b26d656ca15ba
author: Ben Hutchings <benh@debian.org>
date: Sun Jan 15 19:07:01 EST 2023

Fix memory leak in convert_tilesize

If old_dpr == new_dpr, convert_tilesize returns early without freeing
defaults.  Move the initialisation of defaults after this special
case.