mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
@@ -2437,8 +2437,7 @@ g_clear_handle_id (guint *tag_ptr,
|
||||
if (_handle_id > 0)
|
||||
{
|
||||
*tag_ptr = 0;
|
||||
if (clear_func != NULL)
|
||||
clear_func (_handle_id);
|
||||
clear_func (_handle_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -590,8 +590,7 @@ void g_clear_handle_id (guint *tag_ptr,
|
||||
if (_handle_id > 0) \
|
||||
{ \
|
||||
*_tag_ptr = 0; \
|
||||
if (clear_func != NULL) \
|
||||
clear_func (_handle_id); \
|
||||
clear_func (_handle_id); \
|
||||
} \
|
||||
} G_STMT_END
|
||||
|
||||
|
Reference in New Issue
Block a user