*** empty log message ***

svn path=/trunk/boinc/; revision=10540
This commit is contained in:
Rom Walton 2006-06-28 09:06:18 +00:00
parent a283edd0bb
commit 81e15f01bc
2 changed files with 5 additions and 0 deletions

View File

@ -6998,6 +6998,8 @@ Rom 28 June 2006
existing data structures.
- Create build configurations for building the simple GUI since
it is now turned off by default.
- When clearing out a gui rpc result structure, make sure the
pointers are nulled out.
clientgui/
MainDocument.cpp, .h

View File

@ -392,6 +392,9 @@ void RESULT::clear() {
suspended_via_gui = false;
project_suspended_via_gui = false;
supports_graphics = false;
app = NULL;
wup = NULL;
project = NULL;
}
FILE_TRANSFER::FILE_TRANSFER() {