printoperation: Static analysis fixes

This commit is contained in:
Matthias Clasen 2021-05-03 07:35:03 -04:00
parent b2bf48c3f0
commit e510538f37

View File

@ -1230,6 +1230,8 @@ find_printer (const char *printer,
if (finder->backends == NULL && !finder->found_printer)
g_idle_add (find_printer_idle, finder);
else
printer_finder_free (finder);
}