Fix leakage of ppd

Gbp-Pq: Name 0006-Fix-leakage-of-ppd.patch
This commit is contained in:
Zdenek Dohnal 2020-02-14 16:48:49 +01:00 committed by openKylinBot
parent 254598ba35
commit 7d243b754c
1 changed files with 3 additions and 0 deletions

View File

@ -323,5 +323,8 @@ ppdcSource::import_ppd(const char *f) // I - Filename
}
}
if (ppd)
ppdClose(ppd);
return (1);
}