libpurple/plugin.c

branch
release-2.x.y
changeset 33794
716cbef8d1c6
parent 33769
96f89e35d24d
child 33796
4854740e5277
child 38259
c593fc9f5438
equal deleted inserted replaced
33793:f98089ae0e01 33794:716cbef8d1c6
1373 while ((file = g_dir_read_name(dir)) != NULL) 1373 while ((file = g_dir_read_name(dir)) != NULL)
1374 { 1374 {
1375 path = g_build_filename(search_path, file, NULL); 1375 path = g_build_filename(search_path, file, NULL);
1376 1376
1377 if (ext == NULL || has_file_extension(file, ext)) 1377 if (ext == NULL || has_file_extension(file, ext))
1378 plugin = purple_plugin_probe(path); 1378 purple_plugin_probe(path);
1379 1379
1380 g_free(path); 1380 g_free(path);
1381 } 1381 }
1382 1382
1383 g_dir_close(dir); 1383 g_dir_close(dir);

mercurial