-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is 086d14c from fluidity: Author: Tim Greaves <[email protected]> Date: Tue Nov 15 21:17:07 2016 +0000 UPSTREAM BUGFIX for libspud To avoid a destructor being called twice (due to optimisation removing a variable), deallocated is defined as static in libspud/include/spud and then defined in libspud/src/spud.cpp. Fix supplied by James Percival (jrper)
- Loading branch information
1 parent
e78679b
commit 216b6d5
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -406,7 +406,7 @@ namespace Spud{ | |
|
||
}; | ||
|
||
bool deallocated; | ||
static bool deallocated; | ||
Option* options; | ||
|
||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters