Fix crash when checking delta with unsigned superblock
When we try to apply a delta file with an unsigned superblock, the apertis-update-manager
crashes with SEGV.
g_autoptr
variable need to be initialized to NULL, in case function exits before the variable is assigned and used.