diff --git a/src/servers/registrar/TRoster.cpp b/src/servers/registrar/TRoster.cpp index 0fb11472de..d02bf3a45b 100644 --- a/src/servers/registrar/TRoster.cpp +++ b/src/servers/registrar/TRoster.cpp @@ -539,6 +539,7 @@ PRINT(("team: %ld, thread: %ld, token: %lu\n", team, thread, token)); if (info->port >= 0) delete_port(info->port); delete info; + info = NULL; } // handle pending IsAppRegistered() requests IARRequestMap::iterator it = fIARRequestsByID.find(team);