Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: pgAdmin3 svn 4409 on Debian - segfault

Re: pgAdmin3 svn 4409 on Debian - segfault



Tomasz Rybak wrote:
Dnia 21-08-2005, nie o godzinie 17:26 +0000, Andreas Pflug napisał(a):



 actionFactory::actionFactory(menuFactoryList *list) : menuFactory(list)
 {
+       if (list){
     id = list->GetCount()+MNU_ACTION -1;
+       } else {
+               id = 0;
+       }

Yes, this fix is correct; the initial tooltipFactory is called with no menuFactoryList present, thanks for reporting.

Regards,
Andreas



Home | Main Index | Thread Index

top