Menu

VS2005 STL bug

igorv007
2005-12-15
2013-05-20
  • igorv007

    igorv007 - 2005-12-15

    There is a STL bug with VS2005: std::iostream leaks memory.

    Details are here:
    http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackid=e08bd793-3fef-40ff-adda-ed313e0eafcc

    I believe it will afffect TinyXml if it's using STL, correct?

     
    • Lee Thomason

      Lee Thomason - 2005-12-15

      Looks like it might. I haven't tested memory usage against VS2005 yet. But you never know - a simple bug report doesn't mean the bug is general or easy to reproduce.

      I'm sure they test the std library for leaks before release, so it may be more unusual than it appears.

      lee

       
    • igorv007

      igorv007 - 2005-12-15

      The bug report contains a small sample program...

       
    • igorv007

      igorv007 - 2005-12-15

      but I did not have time to test it.

       

Log in to post a comment.