summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/droste/droste.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/droste/droste.c b/src/modules/droste/droste.c
index 09e471f..9cbfbac 100644
--- a/src/modules/droste/droste.c
+++ b/src/modules/droste/droste.c
@@ -202,9 +202,7 @@ static void droste_prepare_frame(til_module_context_t *context, til_stream_t *st
/* discard the snapshot which will prevent doing anything this frame,
* since it doesn't match the incoming fragment (like a resize situation)
*/
- ctxt->snapshot = til_fb_fragment_reclaim(ctxt->snapshot);
-
- return;
+ ctxt->snapshot = til_fb_fragment_reclaim(snapshot);
}
}
}
© All Rights Reserved