Skip to content

RspSession: use _strudup from <winpr/string.h> to avoid mismatched new / free()

Fabio Bas requested to merge ctrlaltca/krdc:fix_free into master

Using qstrdup() we allocated memory using c++'s "new", but freerdp takes ownership of that memory and uses free(). Valgrind complained about these mismatched calls

Merge request reports

Loading