1.1 --- a/src/main.c Fri Oct 17 10:08:28 2014 +0100
1.2 +++ b/src/main.c Tue Nov 11 15:57:14 2014 +0000
1.3 @@ -1375,6 +1375,8 @@
1.4 razor_atomic_destroy(atomic);
1.5 } while(!retval && r == 1);
1.6
1.7 + razor_install_iterator_destroy(ii);
1.8 +
1.9 razor_set_unref(system);
1.10
1.11 free(description);
1.12 @@ -1443,6 +1445,8 @@
1.13 if (upstream == NULL) {
1.14 fprintf(stderr, "%s\n", razor_error_get_msg(error));
1.15 razor_error_free(error);
1.16 + if (relocations)
1.17 + razor_relocations_destroy(relocations);
1.18 return 1;
1.19 }
1.20