yaffs Fix incorrect handling of deletion flag
authorCharles Manning <cdhmanning@gmail.com>
Thu, 13 May 2010 02:29:16 +0000 (14:29 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Thu, 13 May 2010 02:29:16 +0000 (14:29 +1200)
Move the reading of the deleted flag so that it picks up any changes.

Notw we need a value on the stack because the object might get
freed and we don't want to access a hanging pointer.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found