mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
46c4e0a5e2
PR: 141216 Submitted by: Gustau Pérez <gustau.perez@gmail.com>
15 lines
263 B
C
15 lines
263 B
C
|
|
--- libawn/awn-settings.old.c 2009-12-05 08:14:18.000000000 +0000
|
|
+++ libawn/awn-settings.c 2009-12-05 08:14:31.000000000 +0000
|
|
@@ -139,7 +139,7 @@
|
|
|
|
AwnSettings *s = NULL;
|
|
|
|
- s = g_new(AwnSettings, 1);
|
|
+ s = g_new0(AwnSettings, 1);
|
|
|
|
settings = s;
|
|
|
|
|
|
|