Summary: |
SimpleObserver::create calls itself leading to stack overflow |
Product: |
Telepathy
|
Reporter: |
Matthias Gehre <gehre.matthias> |
Component: |
tp-qt | Assignee: |
Telepathy bugs list <telepathy-bugs> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
Telepathy bugs list <telepathy-bugs> |
Severity: |
normal
|
|
|
Priority: |
medium
|
CC: |
gehre.matthias
|
Version: |
git master | |
|
Hardware: |
All | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Fix
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 76982 [details] Fix SimpleObserver::create(const AccountPtr &account, const ChannelClassSpecList &channelFilter, const QList<ChannelClassFeatures> &extraChannelFeatures) calls itself where it should call the private implementation of create. See attached patch for fix.