renaming
[ppastats.git] / src / ppastats.c
index 4f321ac..4d8b874 100644 (file)
@@ -307,7 +307,7 @@ create_ppa_stats(const char *owner,
                daily_download_total_list_free(totals);
        }
 
-       binary_package_publishing_history_list_free(history);
+       bpph_list_free(history);
 
        return ppa;
 }