Skip to content

progress: close {write,status}_stream on delete

Michael Vogt requested to merge mvo/python-apt:fix-resource-leak into main

The existing code never closed the self.{write,status}_stream file descriptors. This commit adds the missing close when the progress is de-allocated.

Merge request reports

Loading