mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Fix crash in FolderServeNode.
This commit is contained in:
parent
5b9004db22
commit
059d6751d5
@ -48,6 +48,8 @@ void FolderServeNode::_notification(const int what) {
|
||||
|
||||
FolderServeNode::FolderServeNode() :
|
||||
WebNode() {
|
||||
|
||||
file_cache = new FileCache();
|
||||
}
|
||||
|
||||
FolderServeNode::~FolderServeNode() {
|
||||
|
Loading…
Reference in New Issue
Block a user