debug travis

This commit is contained in:
Jinhao 2016-06-24 13:48:28 +08:00
parent f505cfb6c7
commit cff4bee6fb
2 changed files with 2 additions and 4 deletions

View File

@ -148,8 +148,8 @@ namespace nana
//Check realizer, when the window is closed in that event handler, the drawer will be //Check realizer, when the window is closed in that event handler, the drawer will be
//detached and realizer will be a nullptr //detached and realizer will be a nullptr
if (realizer) //if (realizer)
mth_state = (realizer->_m_overrided(evt_code) ? method_state::overrided : method_state::not_overrided); // mth_state = (realizer->_m_overrided(evt_code) ? method_state::overrided : method_state::not_overrided);
} }
else else
(realizer->*mfptr)(graphics, arg); (realizer->*mfptr)(graphics, arg);

View File

@ -216,8 +216,6 @@ namespace nana
switch(categ) switch(categ)
{ {
case category::flags::root: case category::flags::root:
attribute.root = new attr_root_tag;
delete attribute.root;
attribute.root = new attr_root_tag; attribute.root = new attr_root_tag;
std::cout<<"basic_window: create attr root "<<attribute.root<<std::endl; std::cout<<"basic_window: create attr root "<<attribute.root<<std::endl;
break; break;