947477f Ticket #48146 - async simple paged results issue

Authored and Committed by nhosoi 8 years ago
    Ticket #48146 - async simple paged results issue
    
    Description: When the last page of the single paged results is returned,
    the search results structure is freed in the simple paged results code
    (in op_shared_search).  The search results structure is stashed in the
    simple paged results object across the pages.  The free and the clean up
    of the stashed address should have been atomic, but it was not.
    
    https://fedorahosted.org/389/ticket/48146
    
    Reviewed by mreynolds@redhat.com (Thank you, Mark!!)
    
        
file modified
+7 -11