Skip to content

Commit 18a3c44

Browse files
nephrosb100dian
andauthored
Update src/bin/patchmanager-daemon/patchmanagerobject.cpp
Co-authored-by: Vlad G. <[email protected]>
1 parent 1a6e64f commit 18a3c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/patchmanager-daemon/patchmanagerobject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ void PatchManagerObject::startReadingLocalServer()
19041904
if (qEnvironmentVariableIsSet("PM_DEBUG_SOCKET")) {
19051905
qDebug() << Q_FUNC_INFO << "Requested:" << request << "was sent unaltered.";
19061906
}
1907-
QObject *dummy = new QObject(); // the cache will own it later
1907+
QObject *dummy = new QObject(); // the cache will own it the next line
19081908
m_filter.insert(request, dummy, HOTCACHE_COST_DEFAULT); // cost: see setupFilter, use middle ground here
19091909
} else {
19101910
if (qEnvironmentVariableIsSet("PM_DEBUG_SOCKET")) {

0 commit comments

Comments
 (0)