mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
tests: fix a few recently-broken tests
This commit is contained in:
@@ -79,7 +79,6 @@ main (int arg,
|
||||
char *argv[])
|
||||
{
|
||||
GModule *module_self, *module_a, *module_b;
|
||||
gchar *dir;
|
||||
gchar *plugin_a, *plugin_b;
|
||||
SimpleFunc f_a, f_b, f_self;
|
||||
GModuleFunc gmod_f;
|
||||
@@ -95,8 +94,6 @@ main (int arg,
|
||||
plugin_a = g_build_filename (datapath, "libmoduletestplugin_a", NULL);
|
||||
plugin_b = g_build_filename (datapath, "libmoduletestplugin_b", NULL);
|
||||
|
||||
g_free (dir);
|
||||
|
||||
/* module handles */
|
||||
|
||||
module_self = g_module_open (NULL, G_MODULE_BIND_LAZY);
|
||||
|
Reference in New Issue
Block a user