[DEV] work corectly with refcounting object (and remove some memory leek at close)
This commit is contained in:
@@ -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
|
||||
/**
|
||||
|
Reference in New Issue
Block a user