[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

@@ -23,7 +23,7 @@ class MainWindows : public ewol::widget::Windows {
public:
// Constructeur
MainWindows();
~MainWindows();
virtual ~MainWindows();
private:
ewol::object::Shared<appl::BufferManager> m_bufferManager; //!< handle on the buffer manager
/**