Add a virtual destrcutor to value to prevent memory leak in RTFValue

This commit is contained in:
Arnaud Versini
2012-03-11 20:42:44 +01:00
committed by Miklos Vajna
parent befc846e1b
commit f32fe9f501

View File

@@ -295,6 +295,8 @@ public:
typedef auto_ptr<Value> Pointer_t;
SAL_WNODEPRECATED_DECLARATIONS_POP
virtual ~Value() {}
/**
Returns integer representation of the value.
*/