diff --git a/src/components/frame/Photo.vue b/src/components/frame/Photo.vue index 73a79d4b..699522b2 100644 --- a/src/components/frame/Photo.vue +++ b/src/components/frame/Photo.vue @@ -134,6 +134,11 @@ export default defineComponent({ /** Clear timers */ beforeDestroy() { clearTimeout(this.touchTimer); + + // Clean up blob url if face rect was created + if (this.hasFaceRect) { + URL.revokeObjectURL(this.src); + } }, computed: {