registry: don't free node-date and deref again. Fixes #580579
authorStefan Kost <ensonic@users.sf.net>
Fri, 22 May 2009 20:14:41 +0000 (23:14 +0300)
committerStefan Kost <ensonic@users.sf.net>
Fri, 22 May 2009 20:16:00 +0000 (23:16 +0300)
commit158895f56b200db93cc46bc56793de09ec1b1cb0
treefc58d637402724c577afedd9bce6727899915042
parent4faa75ab35600ab365d092fde9821457a89871e4
registry: don't free node-date and deref again. Fixes #580579

When writing a cache chunk fails, we were freeing the node and jump to a final
cleanup which dereferenced a null pointer. Leve freeing the node to the cleanup
code in fail_free_list. (sorry for committing wrong fix before).
gst/gstregistrybinary.c