fuzzing: Use unique_ptr for usbredirparser instance
std::unique_ptr has the nice property of ensuring that memory is released. A custom deleter is necessary to invoke the "usbredirparser_destroy" function.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
std::unique_ptr has the nice property of ensuring that memory is released. A custom deleter is necessary to invoke the "usbredirparser_destroy" function.