pgAdmin3.cpp bug?

Поиск
Список
Период
Сортировка
От Adam H. Pendleton
Тема pgAdmin3.cpp bug?
Дата
Msg-id 3F0D8C5B.1040809@fmonkey.net
обсуждение исходный текст
Список pgadmin-hackers
At line 284 of pgAdmin3.cpp, the code reads:

    return 1;

        // Keith 2003.03.05
        // We must delete this after cleanup to prevent memory leaks
    delete logger;
}

Unless I am missing something, doesn't the "return 1" prevent the
"delete logger" code from ever being called?  And, according to the
comment, it seems like code that ought the run.

ahp


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: FreeBSD snaphost
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [pgadmin-support] Overloading functions that are used by operators.