* Fixed a memory leak

git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@12143 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
pdurante 2007-07-31 19:27:10 +00:00
parent 7c420f87cd
commit e47288d689
3 changed files with 4 additions and 4 deletions

View file

@ -164,7 +164,7 @@ public:
struct Private;
Message( Private* );
Message( Private*, bool incref = true );
Message( const Message& m );