projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14fcd10
)
Calling PHYSFS_freeList in destructor
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 2 Feb 2014 17:33:58 +0000
(18:33 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 2 Feb 2014 17:33:58 +0000
(18:33 +0100)
src/lisp/parser.cpp
patch
|
blob
|
history
diff --git
a/src/lisp/parser.cpp
b/src/lisp/parser.cpp
index
8bc9005
..
f9759dc
100644
(file)
--- a/
src/lisp/parser.cpp
+++ b/
src/lisp/parser.cpp
@@
-55,7
+55,7
@@
Parser::~Parser()
obstack_free(&obst, NULL);
delete lexer;
delete dictionary_manager;
-
delete searchpath
;
+
PHYSFS_freeList(searchpath)
;
}
static std::string dirname(const std::string& filename)