r11201 - in /packages/unstable/loudmouth/debian: changelog patches/01_free_callback.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 29 14:10:07 UTC 2007


Author: lool
Date: Tue May 29 14:10:07 2007
New Revision: 11201

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11201
Log:
* Flip 01_free_callback; seems it was reversed.

Modified:
    packages/unstable/loudmouth/debian/changelog
    packages/unstable/loudmouth/debian/patches/01_free_callback.patch

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=11201&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog (original)
+++ packages/unstable/loudmouth/debian/changelog Tue May 29 14:10:07 2007
@@ -11,7 +11,10 @@
     crash.
   * Add debian/patches/01_free_callback.patch, to fix memory leak.
 
- -- Dafydd Harries <daf at debian.org>  Mon, 28 May 2007 14:24:36 +0100
+  [ Loic Minier ]
+  * Flip 01_free_callback; seems it was reversed.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 29 May 2007 16:09:53 +0200
 
 loudmouth (1.2.1-1) unstable; urgency=low
 

Modified: packages/unstable/loudmouth/debian/patches/01_free_callback.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/patches/01_free_callback.patch?rev=11201&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/patches/01_free_callback.patch (original)
+++ packages/unstable/loudmouth/debian/patches/01_free_callback.patch Tue May 29 14:10:07 2007
@@ -5,8 +5,8 @@
  						           result, cb->user_data);
  		}
  
--		_lm_utils_free_callback (connection->open_cb);
-+		_lm_utils_free_callback (cb);
+-		_lm_utils_free_callback (cb);
++		_lm_utils_free_callback (connection->open_cb);
  	}
  	
  	return LM_HANDLER_RESULT_REMOVE_MESSAGE;




More information about the pkg-gnome-commits mailing list