Skip to content

Commit

Permalink
Remove UnloadCallback calls
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Aug 13, 2016
1 parent 47cc91c commit 1877568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions FirewallMonitorPlugin/main.c
Expand Up @@ -41,8 +41,7 @@ static VOID NTAPI UnloadCallback(
_In_opt_ PVOID Context
)
{
StopFwMonitor();
SaveSettingsFwTreeList();
NOTHING;
}

static VOID NTAPI ShowOptionsCallback(
Expand Down
2 changes: 1 addition & 1 deletion NetExtrasPlugin/main.c
Expand Up @@ -70,7 +70,7 @@ VOID NTAPI UnloadCallback(
_In_opt_ PVOID Context
)
{
FreeGeoLiteDb();
NOTHING;
}

VOID NTAPI NetworkTreeNewInitializingCallback(
Expand Down
5 changes: 1 addition & 4 deletions NvGpuPlugin/main.c
Expand Up @@ -51,10 +51,7 @@ VOID NTAPI UnloadCallback(
_In_opt_ PVOID Context
)
{
if (NvApiInitialized)
{
DestroyNvApi();
}
NOTHING;
}

VOID NTAPI ShowOptionsCallback(
Expand Down

0 comments on commit 1877568

Please sign in to comment.