SaveGameIterator: change ->release() to .release to avoid double free.
commit6f177edbef20a41093cf8aa9df879a6997e2e300
authorTom Prince <tom.prince@ualberta.net>
Thu, 10 Jun 2010 09:59:14 +0000 (10 05:59 -0400)
committerTom Prince <tom.prince@ualberta.net>
Thu, 10 Jun 2010 09:59:14 +0000 (10 05:59 -0400)
treed1418d9824c89932bf9b12844c668e1848aab30c
parentdd96baa4f897179b3cc75e59337c318b7d97c4b7
SaveGameIterator: change ->release() to .release to avoid double free.

There should be a way to diagnose this automatically.

Signed-off-by: Tom Prince <tom.prince@ualberta.net>
gemrb/core/SaveGameIterator.cpp