From d0c3d3fd6b7d01535c2dd1d744b159b14afb5f8b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 14 Oct 2019 11:35:18 +0200 Subject: Null-set account struct Surpresses the valgrind warning about uninit. values. --- src/config/account.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/account.c b/src/config/account.c index 0c23c585..84d88e64 100644 --- a/src/config/account.c +++ b/src/config/account.c @@ -57,6 +57,7 @@ account_new(const gchar *const name, const gchar *const jid, const char *const theme, gchar *tls_policy) { ProfAccount *new_account = malloc(sizeof(ProfAccount)); + memset(new_account, 0, sizeof(ProfAccount)); new_account->name = strdup(name); -- cgit 1.4.1-2-gfad0 7f4eab51bdc8ad0e189f1a190ee30'>this commit mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/make_doc.py
blob: 9616ef1185468a9ae7a52e388a0b55bfa53e0e1e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                    




                                      




                                                                     
pawn?id=6dabbbd54140fb161d2a03d6d3f4fe67585311c6'>6dabbbd5 ^
1
2
3
4
5