Small optimization and fixing of memory leak
This commit is contained in:
parent
b140576a6f
commit
de6f42c3d2
4 changed files with 44 additions and 28 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue