lookup-apn: Use mbpi_ap_free()

This commit is contained in:
Oleg Zhurakivskyy 2011-10-18 14:05:03 +03:00 committed by Denis Kenzior
parent 0ec773614f
commit c043bbf322
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static void lookup_apn(const char *match_mcc, const char *match_mnc,
printf("Username: %s\n", apn->username);
printf("Password: %s\n", apn->password);
mbpi_provision_data_free(apn);
mbpi_ap_free(apn);
}
g_slist_free(apns);