Fix crash in FolderServeNode.

This commit is contained in:
Relintai 2022-02-06 09:59:54 +01:00
parent 5b9004db22
commit 059d6751d5

View File

@ -48,6 +48,8 @@ void FolderServeNode::_notification(const int what) {
FolderServeNode::FolderServeNode() :
WebNode() {
file_cache = new FileCache();
}
FolderServeNode::~FolderServeNode() {