mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10540
This commit is contained in:
parent
a283edd0bb
commit
81e15f01bc
|
@ -6998,6 +6998,8 @@ Rom 28 June 2006
|
||||||
existing data structures.
|
existing data structures.
|
||||||
- Create build configurations for building the simple GUI since
|
- Create build configurations for building the simple GUI since
|
||||||
it is now turned off by default.
|
it is now turned off by default.
|
||||||
|
- When clearing out a gui rpc result structure, make sure the
|
||||||
|
pointers are nulled out.
|
||||||
|
|
||||||
clientgui/
|
clientgui/
|
||||||
MainDocument.cpp, .h
|
MainDocument.cpp, .h
|
||||||
|
|
|
@ -392,6 +392,9 @@ void RESULT::clear() {
|
||||||
suspended_via_gui = false;
|
suspended_via_gui = false;
|
||||||
project_suspended_via_gui = false;
|
project_suspended_via_gui = false;
|
||||||
supports_graphics = false;
|
supports_graphics = false;
|
||||||
|
app = NULL;
|
||||||
|
wup = NULL;
|
||||||
|
project = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
FILE_TRANSFER::FILE_TRANSFER() {
|
FILE_TRANSFER::FILE_TRANSFER() {
|
||||||
|
|
Loading…
Reference in New Issue