Skip to content

RegistrationStream: Code cleanup

Frank Winklmeier requested to merge fwinkl/athena:regstream_cleanup into master
  • Remove finalize function that was not doing anything useful. Releasing a ToolHandle is not necessary. Moreover it wrongly interpreted the return value of release as reference count.
  • Use ATH_CHECK.
  • Minor additional cleanups.

Merge request reports