[Live-devel] Bug in Media.cpp

Thiago A. Corrêa thiago at remotevideo.com.br
Mon Aug 23 16:32:46 PDT 2004


Hi,

  there is a little bug in the void _Tables::reclaimIfPossible(), it's doing
delete this; and then setting a private member.

  It must either do the setting first or simply delete this, otherwise it
will be trying to access a memory block that has been already free'ed




More information about the live-devel mailing list