Skip to content
  • Vincent Bernat's avatar
    test: ensure we don't have any connection leak · e59e9ced
    Vincent Bernat authored
    If ConnectionClose() method doesn't return 0, this means we have either
    an error, either there is still a reference to the connection by another
    object (we don't have virConnectRef()). In all tests, check that return
    code and ensure this is 0. Fix tests that weren't releasing all objects
    correctly.
    e59e9ced