commit | 4a0eacbc6f4268c29c1c8d13a89aa42f689bb91c | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Sun Sep 20 15:24:05 2015 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Sun Sep 20 15:24:05 2015 -0700 |
tree | a776c5b7f91a869a02a425f7ec35a3e6882ae53f | |
parent | a7e946aa1dcf51cfdada5732938e5d1ca18c749f [diff] |
Windows: Fix potential memory leak The windows_assign_endpoints() function does not free the config descriptor before returning in two cases. Issue reported by dmitrykos <dmitrykos@neutroncode.com> Closes #98 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>