Properly free blkid_probe in TWPartition::Check_FS_Type()

Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
1 file changed
tree: 083110bf85bbe4543fb18a7b83a2b1327f345b2c
  1. .gitignore
  2. Android.mk
  3. CleanSpec.mk
  4. NOTICE
  5. README.md
  6. adb_install.cpp
  7. adb_install.h
  8. applypatch/
  9. bmlutils/
  10. bootloader.cpp
  11. bootloader.h
  12. common.h
  13. crypto/
  14. data.cpp
  15. data.h
  16. data.hpp
  17. default_device.cpp
  18. device.h
  19. digest/
  20. dosfstools/
  21. edify/
  22. etc/
  23. exfat/
  24. fb2png/
  25. fixPermissions.cpp
  26. fixPermissions.hpp
  27. flashutils/
  28. fuse/
  29. gui/
  30. htcdumlock/
  31. injecttwrp/
  32. install.cpp
  33. install.h
  34. libblkid/
  35. libcrecovery/
  36. libjpegtwrp/
  37. libtar/
  38. make-overlay.py
  39. minadbd/
  40. minelf/
  41. minui/
  42. minuitwrp/
  43. minzip/
  44. mmcutils/
  45. mounts.c
  46. mounts.h
  47. mtdutils/
  48. openaes/
  49. openrecoveryscript.cpp
  50. openrecoveryscript.hpp
  51. partition.cpp
  52. partitionmanager.cpp
  53. partitions.hpp
  54. pigz/
  55. prebuilt/
  56. recovery.cpp
  57. recovery_ui.h
  58. res/
  59. roots.cpp
  60. roots.h
  61. screen_ui.cpp
  62. screen_ui.h
  63. tarWrite.c
  64. tarWrite.h
  65. testdata/
  66. tools/
  67. twbootloader.cpp
  68. twcommon.h
  69. twinstall.cpp
  70. twinstall.h
  71. twrp-functions.cpp
  72. twrp-functions.hpp
  73. twrp.cpp
  74. twrpDigest.cpp
  75. twrpDigest.hpp
  76. twrpTar.cpp
  77. twrpTar.h
  78. twrpTar.hpp
  79. ui.cpp
  80. ui.h
  81. updater/
  82. variables.h
  83. verifier.cpp
  84. verifier.h
  85. verifier_test.cpp
  86. verifier_test.sh
README.md

Team Win Recovery Project (TWRP)

The goal of this branch is to rebase TWRP onto AOSP while maintaining as much of the original AOSP code as possible. This goal should allow us to apply updates to the AOSP code going forward with little to no extra work. With this goal in mind, we will carefully consider any changes needed to the AOSP code before allowing them. In most cases, instead of changing the AOSP code, we'll create our own functions instead. The only changes that should be made to AOSP code should be those affecting startup of the recovery and some of the make files.

If there are changes that need to be merged from AOSP, we will pull the change directly from AOSP instead of creating a new patch in order to prevent merge conflicts with AOSP.

This branch is under final testing and will be used shortly for public builds, but has not officially been released.

You can find a compiling guide here.

More information about the project.

If you have code changes to submit those should be pushed to our gerrit instance. A guide can be found here.