Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected construction of shared ptr of type std::string #5

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

ddRenrek
Copy link
Contributor

In UdpStream.cpp the member m_inBuffer is not correct set due to wrong usage of constructor.
In old version the member is type StrBuffer, with Revision 1.3.0 it has changed to std::string.
Therefore last parameter (true) must not be set.

@ddRenrek
Copy link
Contributor Author

@lganzzzo lganzzzo merged commit 21aa899 into oatpp:master Feb 16, 2022
@lganzzzo
Copy link
Member

Merged!
Thanks for the PR!

@ddRenrek ddRenrek deleted the udpBufferCreationFix branch February 17, 2022 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants