comparison src/plugin.c @ 7279:0d24c94e4fbc

[gaim-migrate @ 7858] compiling is super-cool committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 16 Oct 2003 03:58:50 +0000
parents 6d5dc6a65c47
children 1b8261f374ea
comparison
equal deleted inserted replaced
7278:6d5dc6a65c47 7279:0d24c94e4fbc
1026 tmp = g_path_get_basename(plugin->path); 1026 tmp = g_path_get_basename(plugin->path);
1027 if (!strcmp(tmp, basename)) { 1027 if (!strcmp(tmp, basename)) {
1028 g_free(tmp); 1028 g_free(tmp);
1029 return plugin; 1029 return plugin;
1030 } 1030 }
1031 g_free(tmp) 1031 g_free(tmp);
1032 } 1032 }
1033 } 1033 }
1034 1034
1035 return NULL; 1035 return NULL;
1036 } 1036 }