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 bef6452..35e8d74 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: