diff options
Diffstat (limited to 'common/glib-helper.c')
| -rw-r--r-- | common/glib-helper.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/common/glib-helper.c b/common/glib-helper.c index 64641858..c194eb3b 100644 --- a/common/glib-helper.c +++ b/common/glib-helper.c @@ -157,6 +157,9 @@ done:  	if (ctxt->cb)  		ctxt->cb(recs, err, ctxt->user_data); +	if (recs) +		sdp_list_free(recs, (sdp_free_func_t) sdp_record_free); +  	search_context_cleanup(ctxt);  }  | 
