aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb')
-rw-r--r--common/rfb/Security.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx
index b5f361e9..238f3351 100644
--- a/common/rfb/Security.cxx
+++ b/common/rfb/Security.cxx
@@ -63,7 +63,7 @@ Security::Security(StringParameter &secTypes)
secTypesStr = secTypes.getData();
enabledSecTypes = parseSecTypes(secTypesStr);
- delete secTypesStr;
+ delete [] secTypesStr;
}
const std::list<rdr::U8> Security::GetEnabledSecTypes(void)