Index: branches/pap/psLib/src/math/psMatrix.c
===================================================================
--- branches/pap/psLib/src/math/psMatrix.c	(revision 25866)
+++ branches/pap/psLib/src/math/psMatrix.c	(revision 25867)
@@ -1087,5 +1087,5 @@
     out = psVectorRecycle(out, numCols, PS_TYPE_F64);
 
-    vectorGSLtoPS(solution, x);
+    vectorGSLtoPS(out, x);
     gsl_vector_free(x);
 
