lib: Make flatpak_installation_drop_caches return TRUE on success

tingping/wmclass
Alexander Larsson 2016-05-17 12:09:32 +02:00
parent f916e87d74
commit dcd8d85900
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ flatpak_installation_drop_caches (FlatpakInstallation *self,
{
priv->dir_unlocked = clone;
g_object_unref (old);
res = TRUE;
}
G_UNLOCK (dir);