[DEV] work corectly with refcounting object (and remove some memory leek at close)

This commit is contained in:
2014-05-27 21:43:02 +02:00
parent 9b21e5c769
commit 3ec3fa00d9
33 changed files with 112 additions and 123 deletions

View File

@@ -25,7 +25,7 @@ namespace appl {
m_buffer(_buffer) {
};
~dataBufferStruct() { };
virtual ~dataBufferStruct() { };
};
};
@@ -51,7 +51,7 @@ class BufferView : public ewol::widget::List {
public:
// Constructeur
BufferView();
~BufferView();
virtual ~BufferView();
// Derived function
virtual void onReceiveMessage(const ewol::object::Message& _msg);
virtual void onObjectRemove(const ewol::object::Shared<ewol::Object>& _object);