Hi.

Noticed small bugs in libmygpo-qt (using a "MeeGo" device ;)

Seg fault when deleting these:

1. DeviceList.cpp:

DeviceListPrivate::~DeviceListPrivate()
{
    delete m_reply;
}

2. DeviceUpdates.cpp:

DeviceUpdatesPrivate::~DeviceUpdatesPrivate()
{
    delete m_reply;
}


I commented those delete's out and no more seg faults when closing my app using this library.

BR,
-Ari

_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to