diff options
Diffstat (limited to 'common/rfb')
-rw-r--r-- | common/rfb/Security.cxx | 2 |
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) |