2005-12-05 Robert Love <rml@novell.com>

* src/NetworkManager.c: don't call nm_data_free() when there is nothing
	  to free, particularly here as it just barfs.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1119 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love
2005-12-05 20:40:46 +00:00
committed by Robert Love
parent 455cec7c34
commit 02ea0ef426
2 changed files with 5 additions and 1 deletions

View File

@@ -903,7 +903,6 @@ int main( int argc, char *argv[] )
"Either dbus is not running, or the "
"NetworkManager dbus security policy "
"was not loaded.");
nm_data_free (nm_data);
exit (EXIT_FAILURE);
}