Commit 08c6e884 authored by Andrew Price's avatar Andrew Price
Browse files

Close the user db when msg_wholist is done with it

parent 07679188
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -734,6 +734,7 @@ ipc_message_t * msg_wholist(void)
	}
	ipcmsg_json_encode(msg, list);
	json_decref(list);
	close(users_fd);
	return msg;
}