]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Don't pretend to free lock if it was never allocated
authorChristian Dywan <christian.dywan@lanedo.com>
Tue, 20 Jul 2010 13:01:03 +0000 (15:01 +0200)
committerWill Thompson <will.thompson@collabora.co.uk>
Tue, 5 Oct 2010 13:50:22 +0000 (14:50 +0100)
dbus/dbus-keyring.c

index bef64523d56c7873d0b88c58c78a49a58a6db85e..35e8d74e06316a7fed998521bda7b13c7ffe9ff8 100644 (file)
@@ -143,8 +143,6 @@ _dbus_keyring_new (void)
 
   return keyring;
 
-  /*  out_4: */
-  _dbus_string_free (&keyring->filename_lock);
  out_3:
   _dbus_string_free (&keyring->filename);
  out_2: