Skip to content

Commit

Permalink
Free overlay when stopping app
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Nov 29, 2021
1 parent 35e32cf commit da64fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynq_composable/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def stop(self):
""" Stops the pipeline"""

self._video.stop()
self._ol.free()

def _pipeline(self):
""" Logic to configure pipeline
Expand Down

0 comments on commit da64fc5

Please sign in to comment.