diff options
Diffstat (limited to 'src/modules/socketspy/libkvisocketspy.cpp')
| -rw-r--r-- | src/modules/socketspy/libkvisocketspy.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/socketspy/libkvisocketspy.cpp b/src/modules/socketspy/libkvisocketspy.cpp index a16639916..edff34641 100644 --- a/src/modules/socketspy/libkvisocketspy.cpp +++ b/src/modules/socketspy/libkvisocketspy.cpp @@ -68,7 +68,8 @@ static bool socketspy_module_init(KviModule * m) static bool socketspy_module_cleanup(KviModule *) { - while(g_pSocketSpyWindowList->first())g_pSocketSpyWindowList->first()->die(); + while(g_pSocketSpyWindowList->first()) + g_pSocketSpyWindowList->first()->die(); delete g_pSocketSpyWindowList; g_pSocketSpyWindowList = 0; return true; |
