FileStream: Fix potential segfault
commita2ec72a112f6af1ebd5edbc047856d1c814fd775
authorDennis Schridde <devurandom@users.sf.net>
Sun, 24 Oct 2010 22:16:40 +0000 (25 00:16 +0200)
committerJaka Kranjc <lynxlupodian@users.sourceforge.net>
Mon, 25 Oct 2010 13:02:02 +0000 (25 15:02 +0200)
treec08244086723b80e777ff222cbdb4256ef82f031
parentb99a30dbeee2dc88ef0b4246ebe367a641c50452
FileStream: Fix potential segfault

str was not set to NULL which could cause segfaults when opening a file after
 opening a file failed once (str would be closed twice)

Signed-off-by: Jaka Kranjc <lynxlupodian@users.sourceforge.net>
gemrb/core/System/FileStream.cpp