4
Fork 0

Small optimization and fixing of memory leak

This commit is contained in:
Artem Prilutskiy 2017-12-23 13:31:40 +03:00
parent b140576a6f
commit de6f42c3d2
4 changed files with 44 additions and 28 deletions

View file

@ -3,6 +3,7 @@
#ifndef PATCHCORDPROXY_H
#define PATCHCORDPROXY_H
#include <time.h>
#include <stdint.h>
#include <dbus/dbus.h>
@ -30,6 +31,7 @@ class PatchCord
char* name;
uint32_t number;
time_t renewal;
char* banner;
void getContextBanner();