Commit b8b8152514670801239850ab0fbd3c6dd2156fea

Authored by Georg Hopp
1 parent f68825ca

removed double delete

Showing 1 changed file with 0 additions and 2 deletions
... ... @@ -75,8 +75,6 @@ applicationDtor(void * _this)
75 75 Application this = _this;
76 76 size_t i;
77 77
78   - TR_delete(this->user_namespace);
79   -
80 78 for (i=0; i<SESSION_LIVETIME; i++) {
81 79 TR_delete(this->active_sessions[i]);
82 80 }
... ...
Please register or login to post a comment