Skip to content

Commit

Permalink
Fix leak due to deletion of incomplete type
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f2b78e)
  • Loading branch information
nyalldawson committed Nov 6, 2018
1 parent 7f08597 commit 711feec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions python/server/auto_generated/qgsconfigcache.sip.in
Expand Up @@ -11,8 +11,6 @@





class QgsConfigCache : QObject
{
%Docstring
Expand Down
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 711feec

Please sign in to comment.