summaryrefslogtreecommitdiff
path: root/pending_notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'pending_notifications.h')
-rw-r--r--pending_notifications.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pending_notifications.h b/pending_notifications.h
index c3e2131..66d8913 100644
--- a/pending_notifications.h
+++ b/pending_notifications.h
@@ -61,6 +61,7 @@ class cPendingNotifications : public cList<cPendingNotification> {
private:
char *fileName;
public:
+ cPendingNotifications() { fileName = NULL; }
void Clear(void)
{
free(fileName);