libtgvoip icon indicating copy to clipboard operation
libtgvoip copied to clipboard

Fix twice copying of NetworkAddress values in the Endpoint constructor

Open cher-nov opened this issue 5 years ago • 0 comments

An excessive copying occurred when passing a value to the constructor, before copying it in the member initializer list.

This also (almost) fixes SWIG code generation for VoIPController source files.

cher-nov avatar Jun 30 '19 23:06 cher-nov