<div dir="ltr">In GenericMediaServer: <div>   Is there a memory leak If I call AddUser with the same credentials more than once ?</div><div><br></div><div>void UserAuthenticationDatabase::addUserRecord(char const* username,<br>                                               char const* password) {<br>  fTable->Add(username, (void*)(strDup(password)));<br>}</div><div><br></div><div><div>strDup is called each time, but the pointer is replaced if there is a match on the key.</div></div><div><br></div><div><br></div></div>