09579ae SYSDB: sysdb_search_entry fix memory leak

2 files Authored by preichl 9 years ago, Committed by jhrozek 9 years ago,
    SYSDB: sysdb_search_entry fix memory leak
    
    Allocate res on tmp_ctx instead of on mem_ctx.
    Also use '_' prefix convention for output parameters.
    
    Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
    
        
file modified
+2 -2
file modified
+20 -9