mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
lua_hourglass: try to fix hide on exit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3247bc8692
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -139,6 +139,7 @@ int CLuaInstHourGlass::HourGlassDelete(lua_State *L)
|
||||
LUA_DEBUG("CLuaInstHourGlass::%s %d\n", __func__, lua_gettop(L));
|
||||
CLuaHourGlass *D = HourGlassCheck(L, 1);
|
||||
if (!D) return 0;
|
||||
D->h->kill();
|
||||
delete D;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user