mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 12:12:10 +01:00
Fix the build
This commit is contained in:
parent
d0ee63840c
commit
acbbe9f88e
@ -318,7 +318,8 @@ profiler_log (ProfilerJob job,
|
||||
g_mutex_lock (gmem_profile_mutex);
|
||||
if (!profile_data)
|
||||
{
|
||||
profile_data = standard_calloc ((MEM_PROFILE_TABLE_SIZE + 1) * 8 * sizeof (profile_data[0]));
|
||||
profile_data = standard_calloc ((MEM_PROFILE_TABLE_SIZE + 1) * 8,
|
||||
sizeof (profile_data[0]));
|
||||
if (!profile_data) /* memory system kiddin' me, eh? */
|
||||
{
|
||||
g_mutex_unlock (gmem_profile_mutex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user