From a49074aff3fbf1762bebfe6c7e09f300a289b075 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 21 Jun 2025 00:18:54 -0700 Subject: modules/droste: trivial cleanup No functional difference --- src/modules/droste/droste.c | 4 +--- 1 file changed, 1 insertion(+), 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); } } } -- cgit v1.2.3