Commits

Elena Pourmal committed b6be270f1fc
[svn-r7529] Purpose: Code cleanup Description: On Linux systems valdrind tool complained about memroy leaks in the following statements like if(!a) free(a); Solution: replaced the statements with if ( a != NULL) free(a); Platforms tested: eirene (too small for committest) Misc. update: