Searched refs:SAFE_FREE (Results 1 – 7 of 7) sorted by relevance
18 #define SAFE_FREE(p) if(p) { g_free(p); p = NULL; } macro75 SAFE_FREE (self->mix_caps); in mix_videocaps_finalize()76 SAFE_FREE (self->video_hw_caps); in mix_videocaps_finalize()138 SAFE_FREE (this_target->mix_caps); in mix_videocaps_copy()139 SAFE_FREE (this_target->video_hw_caps); in mix_videocaps_copy()213 SAFE_FREE (obj->mix_caps); in mix_videocaps_set_mix_caps()240 SAFE_FREE (obj->video_hw_caps); in mix_videocaps_set_video_hw_caps()
18 #define SAFE_FREE(p) if(p) { g_free(p); p = NULL; } macro
20 #define SAFE_FREE(p) if(p) { g_free(p); p = NULL; } macro
23 #define SAFE_FREE(p) if(p) { g_free(p); p = NULL; } macro