Huh? Why is my program crashing here? Oh, I see the bug. It’s in the programmer’s brain…

Huh? Why is my program crashing here? Oh, I see the bug. It’s in the programmer’s brain…

        if (m_log)

        {

            m_log = NULL;

            m_log->Release();

        }

Sigh…

2 replies on “Huh? Why is my program crashing here? Oh, I see the bug. It’s in the programmer’s brain…”

Comments are closed.