Skip to content

Commit

Permalink
Fix leak due to deletion of incomplete type
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 4, 2018
1 parent 15b2352 commit 5f2b78e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/server/qgsconfigcache.cpp
Expand Up @@ -18,7 +18,6 @@
#include "qgsconfigcache.h"
#include "qgsmessagelog.h"
#include "qgsaccesscontrol.h"
#include "qgsproject.h"

#include <QFile>

Expand Down
4 changes: 1 addition & 3 deletions src/server/qgsconfigcache.h
Expand Up @@ -28,9 +28,7 @@

#include "qgis_server.h"
#include "qgis_sip.h"


class QgsProject;
#include "qgsproject.h"

/**
* \ingroup server
Expand Down

0 comments on commit 5f2b78e

Please sign in to comment.