]> git.saurik.com Git - wxWidgets.git/commit
fixed memory allocation code of wxStreamBuffer to not realloc() new[]ed memory any...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Nov 2000 04:34:27 +0000 (04:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Nov 2000 04:34:27 +0000 (04:34 +0000)
commit49e399d8c0f2683a885bfec77e43cfde3b2249f4
treed00d57c1e1add3b98e93570e7de31c7bc88cc2d2
parent35d367d8dd6742bb24ed519622629b89a3e55aaf
fixed memory allocation code of wxStreamBuffer to not realloc() new[]ed memory any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/stream.h
src/common/stream.cpp