[qgis] 05/14: Add patch from upstream release_2.2 branch: 0001-Georeferencer-fix-bad-allocation-error.patch

Bas Couwenberg sebastic at xs4all.nl
Sat Mar 1 17:25:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository qgis.

commit 58a57dad1e5952651533e9fc7a42ef26b111640e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 1 14:41:12 2014 +0100

    Add patch from upstream release_2.2 branch: 0001-Georeferencer-fix-bad-allocation-error.patch
---
 ...0001-Georeferencer-fix-bad-allocation-error.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/debian/patches/0001-Georeferencer-fix-bad-allocation-error.patch b/debian/patches/0001-Georeferencer-fix-bad-allocation-error.patch
new file mode 100644
index 0000000..6b09660
--- /dev/null
+++ b/debian/patches/0001-Georeferencer-fix-bad-allocation-error.patch
@@ -0,0 +1,20 @@
+From a3b99a810e4d4eb90c4367e6e8a79af2959f4bab Mon Sep 17 00:00:00 2001
+From: Minoru Akagi <akaginch at gmail.com>
+Date: Tue, 25 Feb 2014 18:24:40 +0900
+Subject: [Georeferencer] fix bad allocation error
+Origin: https://github.com/qgis/QGIS/commit/a3b99a810e4d4eb90c4367e6e8a79af2959f4bab
+
+---
+ src/plugins/georeferencer/qgsgeorefplugingui.cpp |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/src/plugins/georeferencer/qgsgeorefplugingui.cpp
++++ b/src/plugins/georeferencer/qgsgeorefplugingui.cpp
+@@ -73,6 +73,7 @@ QgsGeorefDockWidget::QgsGeorefDockWidget
+ 
+ QgsGeorefPluginGui::QgsGeorefPluginGui( QgisInterface* theQgisInterface, QWidget* parent, Qt::WFlags fl )
+     : QMainWindow( parent, fl )
++    , mMousePrecisionDecimalPlaces( 0 )
+     , mTransformParam( QgsGeorefTransform::InvalidTransform )
+     , mIface( theQgisInterface )
+     , mLayer( 0 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git



More information about the Pkg-grass-devel mailing list