Skip to content
  • Tor Didriksen's avatar
    3dc7e55b
    Bug#21817573 VALGRIND WARNINGS IN TEST_SERVICE_SQL_API TEST SUITE · 3dc7e55b
    Tor Didriksen authored
    Cleanup of test code for sql services API:
    
    Use my_thread_join rather than while-loop waiting for threads.
    Explicitly configure all threads as joinable.
    
    Don't strdup strings handed over to security_context_lookup
    (it does not take ownership)
    
    Delete all plugin context objects.
    
    In test_x_sessions_init: don't handle garbage over to command_service_run_command
    3dc7e55b
    Bug#21817573 VALGRIND WARNINGS IN TEST_SERVICE_SQL_API TEST SUITE
    Tor Didriksen authored
    Cleanup of test code for sql services API:
    
    Use my_thread_join rather than while-loop waiting for threads.
    Explicitly configure all threads as joinable.
    
    Don't strdup strings handed over to security_context_lookup
    (it does not take ownership)
    
    Delete all plugin context objects.
    
    In test_x_sessions_init: don't handle garbage over to command_service_run_command
Loading