Commit 97f0b7db8f642c04369c2e0b3254f548f1a4e3c2

Authored by Georg Hopp
1 parent cc03d4ef

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