Kaydet (Commit) f32fe9f5 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Miklos Vajna

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

üst befc846e
...@@ -295,6 +295,8 @@ public: ...@@ -295,6 +295,8 @@ public:
typedef auto_ptr<Value> Pointer_t; typedef auto_ptr<Value> Pointer_t;
SAL_WNODEPRECATED_DECLARATIONS_POP SAL_WNODEPRECATED_DECLARATIONS_POP
virtual ~Value() {}
/** /**
Returns integer representation of the value. Returns integer representation of the value.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment