Merge lp:~zorba-coders/zorba/bug-928135_Seg_Fault_Python into lp:zorba

Proposed by Juan Zacarias
Status: Merged
Approved by: Rodolfo Ochoa
Approved revision: 10795
Merged at revision: 10799
Proposed branch: lp:~zorba-coders/zorba/bug-928135_Seg_Fault_Python
Merge into: lp:zorba
Diff against target: 10 lines (+0/-1)
1 file modified
swig/ItemFactory.h (+0/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-928135_Seg_Fault_Python
Reviewer Review Type Date Requested Status
Rodolfo Ochoa Approve
Matthias Brantner Approve
Review via email: mp+103390@code.launchpad.net

Commit message

Solves bug #928135
Segmentation fault on python

Description of the change

Solves bug #928135
Segmentation fault on python

To post a comment you must log in.
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-928135_Seg_Fault_Python-2012-04-25T08-33-57.507Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 1 Approve, 1 Pending.

Revision history for this message
Rodolfo Ochoa (rodolfo-ochoa) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-928135_Seg_Fault_Python-2012-04-25T15-15-04.752Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'swig/ItemFactory.h'
2--- swig/ItemFactory.h 2012-04-24 12:39:38 +0000
3+++ swig/ItemFactory.h 2012-04-24 22:32:19 +0000
4@@ -23,7 +23,6 @@
5 private:
6 zorba::ItemFactory* theItemFactory;
7 public:
8- ItemFactory(): theItemFactory(0) {}
9 ItemFactory(zorba::ItemFactory* aItemFactory) : theItemFactory(aItemFactory) {}
10 ItemFactory(const ItemFactory& aItemFactory) : theItemFactory(aItemFactory.theItemFactory) {}
11

Subscribers

People subscribed via source and target branches