mirror of https://gitee.com/openkylin/cups.git
Fix leakage of ppd
Gbp-Pq: Name 0006-Fix-leakage-of-ppd.patch
This commit is contained in:
parent
254598ba35
commit
7d243b754c
|
@ -323,5 +323,8 @@ ppdcSource::import_ppd(const char *f) // I - Filename
|
|||
}
|
||||
}
|
||||
|
||||
if (ppd)
|
||||
ppdClose(ppd);
|
||||
|
||||
return (1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue