diff options
Diffstat (limited to 'engines/sword2')
| -rw-r--r-- | engines/sword2/screen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/screen.cpp b/engines/sword2/screen.cpp index cd02af76fa..603a4d4d90 100644 --- a/engines/sword2/screen.cpp +++ b/engines/sword2/screen.cpp @@ -798,7 +798,7 @@ struct CreditsLine { CreditsLine() { str = NULL; sprite = NULL; - }; + } ~CreditsLine() { free(str); |
