mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[winpr,wlog] remove duplicate wlog destroy
This commit is contained in:
@@ -74,10 +74,6 @@ static BOOL WLog_ParseFilter(wLog* root, wLogFilter* filter, LPCSTR name);
|
||||
static BOOL WLog_ParseFilters(wLog* root);
|
||||
static wLog* WLog_Get_int(wLog* root, LPCSTR name);
|
||||
|
||||
#if !defined(_WIN32)
|
||||
static void WLog_Uninit_(void) __attribute__((destructor));
|
||||
#endif
|
||||
|
||||
static void WLog_Uninit_(void)
|
||||
{
|
||||
wLog* child = NULL;
|
||||
|
||||
Reference in New Issue
Block a user