Skip to content

Commit

Permalink
adapted to changes from PR #5808
Browse files Browse the repository at this point in the history
  • Loading branch information
wimalopaan committed Feb 4, 2025
1 parent 69adf14 commit 441eef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/lua/lua_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ LuaWidget::~LuaWidget()
TRACE("LuaWidget remove: %d", optionsDataRef);
luaTelemetryQueueMgr.remove(optionsDataRef); // remove the filter (if any)
#endif
luaL_unref(lsWidgets, LUA_REGISTRYINDEX, luaWidgetDataRef);
luaL_unref(lsWidgets, LUA_REGISTRYINDEX, luaScriptContextRef);
luaL_unref(lsWidgets, LUA_REGISTRYINDEX, zoneRectDataRef);
free(errorMessage);
}
Expand Down

0 comments on commit 441eef6

Please sign in to comment.