bug25127 471 B

1234567
  1. o Minor bugfixes (Rust FFI):
  2. - Fix a minor memory leak which would happen whenever the C code would call
  3. the Rust implementation of protover_get_supported_protocols(). This was
  4. due to the C version returning a static string, whereas the Rust version
  5. newly allocated a CString to pass accross the FFI boundary. Consequently,
  6. the C code was not expecting to need to free() what it was given. Fixes
  7. bug 25127; bugfix on 0.3.2.1-alpha.