ba99aa0 sbus_codegen_tests: free memory context

1 file Authored by pbrezina 9 years ago, Committed by jhrozek 9 years ago,
    sbus_codegen_tests: free memory context
    
    The memory context was not freed and therefore a destructor that
    closes connection to D-Bus and performs cleanup task was not executed.
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/2347
    
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>