hi Micah,
   Sorry to ask this problem, as i asked before.

   The DialogBox will memory leak?? It should be the dialog title occure.If run 
dialogdemo in apps, will case memory leak.
   I find there resone, but can't not fix in right.
   I fixed it in a urgly way like flowing, and run it had a week, it did can work! 
please tell me the right way ??? thanks


#ifdef CONFIG_URGLY_FIXED
#define SUBDIV_AVAILE  (((self->in) && (self->in->div)) && !(self->in->div->div) && 
(self->sub))
#endif


void dialogbox_remove(struct widget *self) {
  if (DATA->title)
    handle_free(self->owner, DATA->htitle);
  g_free(DATA);
#ifdef CONFIG_URGLY_FIXED
  /*why is will not equaue, sanit Handinfo Ltd. ???*/
  if (SUBDIV_AVAILE)
  {
    self->in->div->div = self->sub;
  }
#endif

  WIDGET_REMOVE_PARENT;
}
                                    
sanit�+,~w�zf��+,��좷�o$�yy�zW(��h�礅�zxm���������&��ς�z������x%��O��z���+-��.�ǟ����a��l��b��,���y�+��޷�b��?�+-�w���.�ׯz


Reply via email to