Juan Zacarias has proposed merging
lp:~zorba-coders/zorba/bug-928135_Seg_Fault_Python into lp:zorba.
Requested reviews:
Rodolfo Ochoa (rodolfo-ochoa)
Matthias Brantner (matthias-brantner)
Related bugs:
Bug #928135 in Zorba: "Segmentation fault while using Item or ItemFactory
class in python"
https://bugs.launchpad.net/zorba/+bug/928135
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-928135_Seg_Fault_Python/+merge/103390
Solves bug #928135
Segmentation fault on python
--
https://code.launchpad.net/~zorba-coders/zorba/bug-928135_Seg_Fault_Python/+merge/103390
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'swig/ItemFactory.h'
--- swig/ItemFactory.h 2012-04-24 12:39:38 +0000
+++ swig/ItemFactory.h 2012-04-24 22:32:19 +0000
@@ -23,7 +23,6 @@
private:
zorba::ItemFactory* theItemFactory;
public:
- ItemFactory(): theItemFactory(0) {}
ItemFactory(zorba::ItemFactory* aItemFactory) : theItemFactory(aItemFactory) {}
ItemFactory(const ItemFactory& aItemFactory) : theItemFactory(aItemFactory.theItemFactory) {}
--
Mailing list: https://launchpad.net/~zorba-coders
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zorba-coders
More help : https://help.launchpad.net/ListHelp