Changeset 11099 for trunk/gtk/tr-core.c
- Timestamp:
- Aug 2, 2010, 10:31:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr-core.c
r11088 r11099 1210 1210 1211 1211 for( l = torrentFiles; l != NULL; l = l->next ) 1212 add_filename( core, l->data, doStart, doPrompt, doNotify ); 1212 { 1213 char * filename = l->data; 1214 add_filename( core, filename, doStart, doPrompt, doNotify ); 1215 g_free( filename ); 1216 } 1213 1217 1214 1218 tr_core_torrents_added( core ); 1215 freestrlist( torrentFiles ); 1219 1220 g_slist_free( torrentFiles ); 1216 1221 } 1217 1222
Note: See TracChangeset
for help on using the changeset viewer.