libpurple/purpleattachment.c

changeset 42584
687260353985
parent 42576
ab1ca778ddb2
child 42592
6b65c0e4ba15
--- a/libpurple/purpleattachment.c	Tue Jan 23 01:38:28 2024 -0600
+++ b/libpurple/purpleattachment.c	Fri Jan 26 02:33:19 2024 -0600
@@ -46,7 +46,7 @@
 	PROP_SIZE,
 	N_PROPERTIES,
 };
-static GParamSpec *properties[N_PROPERTIES];
+static GParamSpec *properties[N_PROPERTIES] = {NULL, };
 
 /******************************************************************************
  * Private Setters

mercurial